Thread
:
Issues emailing data from unix/sql script
View Single Post
•
•
Join Date: Apr 2006
Posts: 148
Reputation:
Solved Threads: 39
ghostdog74
Offline
Junior Poster
Re: Issues emailing data from unix/sql script
0
#
3
Mar 26th, 2008
no need to use cat
Help with Code Tags
Shell Scripting Syntax
(
Toggle Plain Text
)
uuencode
$file
$file
| /usr/bin/mailx -s
"TEST"
uuencode $file $file | /usr/bin/mailx -s "TEST"
Python tutorial
|
PHP manual
|
Learn Bash scripting
|
Perl documentation
|
UNIX shell scripting resource
|
Tcl tutorial
|
Regular Expressions
ghostdog74
View Public Profile
Find all posts by ghostdog74