Results 1 to 2 of 2
Hello,
I would like to receive a regular email containing results of the following commands:
locate *file*
nano *file*
Is this possible?
Thanks....
- 07-18-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 31
Server Email
Hello,
I would like to receive a regular email containing results of the following commands:
locate *file*
nano *file*
Is this possible?
Thanks.
- 07-19-2008 #2
Look at cron and use something like this;
Code:/usr/bin/locate *file* | /bin/mail -s 'Locate results' root


Reply With Quote