Scheduling jobs based on filesystem activity with incron
Posted by: Anonymous
[ip: 82.131.55.221]
on August 26, 2008 01:28 PM
Uh, how are the commands parsed?
If it's anything like the shell, most of the commands should have quotes around the arguments as in rm -rf "$@/$#" to prevent paths with spaces from doing bad things.
Scheduling jobs based on filesystem activity with incron
Posted by: Anonymous [ip: 82.131.55.221] on August 26, 2008 01:28 PMIf it's anything like the shell, most of the commands should have quotes around the arguments as in rm -rf "$@/$#" to prevent paths with spaces from doing bad things.
#