Name: Anonymous 2013-08-18 20:09
I want to have some starting daemon or some shit that will let me do
`mv directory/*.extension /targetdirectory/`
when it detects "*extension" files appearing there with no longer than 1 minute.
I used
`mv directory/*.extension /targetdirectory/`
`sleep 1m` and started it using local service (I'm using Gentoo Linux)
But it's a dirty trick and I should be shot for doing that.
How to do that so it works properly?
`mv directory/*.extension /targetdirectory/`
when it detects "*extension" files appearing there with no longer than 1 minute.
I used
`mv directory/*.extension /targetdirectory/`
`sleep 1m` and started it using local service (I'm using Gentoo Linux)
But it's a dirty trick and I should be shot for doing that.
How to do that so it works properly?