Search Results

Search: Posts Made By: hiphamster
4,695
Posted By hiphamster
cool, just tried it - works beautifully. Thanks a...
cool, just tried it - works beautifully. Thanks a lot! :b:
15,901
Posted By hiphamster
You're probably trying to do something like this:...
You're probably trying to do something like this:

#!/bin/sh
logdir1="logDir/local/logname"

# are you trying to append?
# otherwise you can use '>' instead of '>>'
ls $logdir >> logname.txt
4,695
Posted By hiphamster
How to tell if "find" command has succeeded ?
It seems that regardless of finding or not finding the file find's exist status is 0. How can i tell (in a shell script) if find has actually found the file ?

sameagain-lm:~
$find...
24,487
Posted By hiphamster
you can then use Date::Calc::Delta_Days to...
you can then use Date::Calc::Delta_Days to compare file date with today's date.
Showing results 1 to 4 of 4

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