Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'one modification' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
one modification
Authored by: ra5ul on Oct 17, '05 09:38:28PM
nice script, but it will yield unexpected results with:

set noclobber
and/or

set -C
in, say, an update to /etc/rc.common. use `>!' instead of `>' for certainty.

[ Reply to This | # ]
ugh...
Authored by: ra5ul on Nov 03, '05 01:08:45PM
this should be
 '>|' 
and not (wham!)
 '>!' 
anyway, this script won't run on a quick restart or
 `sudo reboot` 


[ Reply to This | # ]