Search Results

Search: Posts Made By: AlarIT.Def
64,498
Posted By AlarIT.Def
Wall
Simply run wall command.

And type your broadcast message.

Message terminate by Control+D


--
Sincerely,
Andrew A.Romanchenko
Programmer of Rapid Internet Development Department
Alar...
4,045
Posted By AlarIT.Def
If you re-read man about util grep, you type...
If you re-read man about util grep,
you type something like this:


[def]$ grep "BalDeductError 6" om20020927*


:)

--
Sincerely,
Andrew A.Romanchenko
AlarIT programmer...
3,875
Posted By AlarIT.Def
:) you can use util find for example: ...
:)
you can use util find

for example:

find file with data 4 day ago:
$find /path/to/dir -ctime 4
file with data "today"
$find /path/to/dir -ctime 0



find file with owner root :)...
3,106
Posted By AlarIT.Def
use procmail
You can use procmail for process incoming mail.

Main config /etc/procmail.rc


Basic syntax:
#
:0H
*(^To|^Cc).*username\@.*
|/usr/bin/yourscript.sh
#


This mean:
All mail for...
2,935
Posted By AlarIT.Def
try procmail scripts
You can use procmail config file for run external script. This script can do anything.
Procmail check all mail (outgoing and incoming).
:) I think this help you.

AlarIT (http://www.alarit.com)
2,935
Posted By AlarIT.Def
try procmail scripts
You can use procmail config file for run external script. This script can do anything.
Procmail check all mail (outgoing and incoming).
:) I think this help you.
...
Showing results 1 to 6 of 6

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