![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| 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 12:20 PM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 06: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 07:57 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 12:39 PM |
| Unix History Question: Why are filenames/dirnames case sentsitive in Unix? | deckard | UNIX for Dummies Questions & Answers | 3 | 03-26-2005 01:59 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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? |
|
||||
|
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.
|
|
||||
|
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. |
|
||||
|
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.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|