- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using "@"
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 06:00 PM
05-09-2007 06:00 PM
i'm running the following:
echo TEST | mailx -s "SCRIPT RUN" user1@hola.com.mx
but it appears:
sh: hola.com.mx: not found.
how can i put "@" for being recognized by the system?
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 06:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 07:26 PM
05-09-2007 07:26 PM
Re: Using "@"
i think that problem is with "@" ...
first of all, when i assign the value it appears as followoing:
first one it was put:
a="user1@hola.com.mx user2@hola.com.mx" and it was showed as following:
$ hola.com.mx"
>
$ a="user1hola.com.mx user2hola.com.mx"
$
second command is run correctly .... because it does not contain "@" .....
how can i tell to the system that takes @ sign. ???
please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 07:30 PM
05-09-2007 07:30 PM
Re: Using "@"
Can you do a
# which mailx
# whence mailx
# file `which mailx`
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 07:44 PM
05-09-2007 07:44 PM
Re: Using "@"
maybe a keyboard setting - perhaps "werase" - causes the problem; please post the output from
$ stty -a
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 07:46 PM
05-09-2007 07:46 PM
Re: Using "@"
your doing this at the Console correct ?
The Console sometimes treats @ as a specialchar to erase all previous input.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=46691
Check your stty settings for kill and erase.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 08:36 PM
05-09-2007 08:36 PM
Re: Using "@"
Thanks for answering ...
i reviewed with stty -a and there was a variable special for @
$ stty -a
speed 9600 baud; line = 0;
rows = 31; columns = 100
min = 1; time = 0;
intr = ^C; quit = ^\; erase = ^H; kill = @
eof = ^D; eol = ^@; eol2
I have updated .profile server and it has worked well !!!!
THANKS :0)