I'm stumped trying to use a system symbol in my .profile to perform a test for 
a file name.

I'm coding along these lines:

if [ ! -f /&SYSNAME./file_name ]; then              
  echo "* The file is not there. *"     
    else                                                 
  echo "* The file is there. *" 
fi  

Surely it's staring me right in the face!


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to