![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enterprise Unix Roundup: The Ghost of Unix Future - Server Watch | iBot | UNIX and Linux RSS News | 0 | 12-19-2007 08:20 AM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 02:24 AM |
| FTP script for sending a file from one unix directory to another unix server director | raja_1234 | Shell Programming and Scripting | 1 | 11-30-2006 03:57 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 08:39 AM |
| Unix History Question: Why are filenames/dirnames case sentsitive in Unix? | deckard | UNIX for Dummies Questions & Answers | 3 | 03-26-2005 09:59 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I am trying to send a fax from the unix box through our mail server. I am able to send pages, files, etc. but for the fax the mail server requires a space that I can't get unix to accept. The syntax is:
mail "[fax: bh@9999494178]" Unix will take the command without the space, but the mail server has to have the space. Does anyone know how I can get unix to accept the space?
__________________
Barb |
| Forum Sponsor | ||
|
|
|
|||
|
Does anyone know how to get unix to ignore a space. I know how to ignore a special character, how to ignore a line, but this I'm lost on. I've searched the web, talked to everyone I know personally who has anything to do with Unix and so far nothing.
__________________
Barb |
|
|||
|
Most shells take anything inside single quotes without changing or substituting the value.
i.e., Code:
mail '[fax: bh@9999494178]' 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. |
|
|||
|
My system doesn't have a problem with the brackets. Just with the space. Thanks for your help - guess I'll keep working on this one in my spare time and do a work around for now. I've looked through very manual I can find and bothered everyone I know who knows anything about Unix. If I figure it out I'll post the solution. Thanks again.
__________________
Barb |
|||
| Google UNIX.COM |