Search Results

Search: Posts Made By: jsmithstl
16,240
Posted By jsmithstl
# # write the current crontab to a file. # ...
#
# write the current crontab to a file.
#
crontab -l > crontab.txt

#
# append the new command to the file.
#
echo "new command" >> crontab.txt

#
# replace the current crontab with the...
1,988
Posted By jsmithstl
If it's Oracle, you can also create a stored proc...
If it's Oracle, you can also create a stored proc using UTL_SMTP and send the emails from within Oracle. If you're interested, you can google it and find many examples of how to set it up.
2,111
Posted By jsmithstl
sftp supports the use of a batch file containing...
sftp supports the use of a batch file containing a list of commands you want to execute once connected.
#!/bin/ksh

#
# Define the batch file.
#
SFTP_BAT_FILE=files_to_send.bat

#
# Remove...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy