The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
mailx: concatenating strings for message body (KSH)
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
mailx: concatenating strings for message body (KSH)
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
07-29-2007
Perderabo
Unix Daemon
Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,711
{ echo "line one" ; cat data ; echo "last line" ; } | mailx
Perderabo
View Public Profile
Find all posts by Perderabo