exec /bin/sh /home/xpoint/bin/doall.sh *.[pP][kK][tT]
exec /bin/sh /home/xpoint/bin/doall.sh *.[mwtfs][oehrau][0-9a-zA-Z]
exec !/usr/bin/perl /home/xpoint/bin/sln_sf.pl *S *.req
how to make it work ?
exec /bin/sh /home/xpoint/bin/doall.sh *.[pP][kK][tT]
exec /bin/sh /home/xpoint/bin/doall.sh *.[mwtfs][oehrau][0-9a-zA-Z]
exec !/usr/bin/perl /home/xpoint/bin/sln_sf.pl *S *.req
how to make it work ?
Have you tried quote marks (") where required?
exec /bin/sh /home/xpoint/bin/doall.sh *.[pP][kK][tT]
exec /bin/sh /home/xpoint/bin/doall.sh *.[mwtfs][oehrau][0-9a-zA-Z]
exec !/usr/bin/perl /home/xpoint/bin/sln_sf.pl *S *.req
how to make it work ?
Have you tried quote marks (") where required?
my logic sense says /bin/sh does not need it, since there is no space in that command ?
exec /bin/sh /home/xpoint/bin/doall.sh *.[pP][kK][tT]
exec /bin/sh /home/xpoint/bin/doall.sh *.[mwtfs][oehrau][0-9a-zA-Z]
exec !/usr/bin/perl /home/xpoint/bin/sln_sf.pl *S *.req
how to make it work ?
exec /bin/sh /home/xpoint/bin/doall.sh *.[pP][kK][tT]
exec /bin/sh /home/xpoint/bin/doall.sh *.[mwtfs][oehrau][0-9a-zA-Z]
exec !/usr/bin/perl /home/xpoint/bin/sln_sf.pl *S *.req
how to make it work ?
don't overthink it ;)
exec /home/xpoint/bin/doall.sh *.[pP][kK][tT]
exec /home/xpoint/bin/doall.sh *.[mwtfs][oehrau][0-9a-zA-Z]
exec /home/xpoint/bin/sln_sf.pl *S *.req
make sure your scripts are "chmod +x" and that they have a proper "#!/exe/loc/binary" line to execute them with the proper processor...
#!/bin/sh
#!/bin/shSee your question already was answered but wanted to share a little
more since I havent written a message in a good while...
#!/usr/bin/env sh
The more "proper" way to do it. :-)
.. or replace sh with bash if you want more functionality.
You may also want a lock file to prevent duplicate instances of mail
from tossing.
hpt can do this but im not sure if other things like tick processors
do as well...
Probably more than you wanted but just sharing...
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,047 |
Nodes: | 15 (0 / 15) |
Uptime: | 01:42:05 |
Calls: | 500,871 |
Calls today: | 17 |
Files: | 109,368 |
D/L today: |
7,989 files (1,891M bytes) |
Messages: | 303,349 |
Posted today: | 5 |