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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-10-2004
jim mcnamara jim mcnamara is offline
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,494
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.
Reply With Quote