The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-10-2004
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,789
Most shells take anything inside single quotes without changing or substituting the value.

i.e.,

Code:
mail '[fax: bh@9999494178]'

If this is not what mail sees, then mail is changing the value.
Not unix shell.

If thinks that [fax: is argv[1] and bh@9999494178] argv[2] then
you need to read up on what version of mail you have installed - or try mailx or sendmail.