pathname=$(cat $HOME/.rm.cfg)
if [ ! -z $pathname/$1 ]
.rm.cfg is a file that contains the following directory
/home/username/deleted1
$1 is the name of a file eg. glass
why does the line if [ ! -z $pathname/$1 ] give a binary operator expected error.