Search Results

Search: Posts Made By: mackjack
2,062
Posted By Yoda
find using -newer option: beg=$( perl -e 'use...
find using -newer option:
beg=$( perl -e 'use POSIX;print strftime "%Y%m%d0000",localtime time-86400;' )
end=$( perl -e 'use POSIX;print strftime "%Y%m%d2359",localtime time-86400;' )

touch -t...
2,062
Posted By sathyaonnuix
# min=$(date +%M); currtime=$(($(date +%k)*60 +...
# min=$(date +%M); currtime=$(($(date +%k)*60 + ${min#0*} )); find . -mmin -$((currtime + (24 * 60))) -a -mmin +$((${currtime} +
1)) | xargs ls -lrt
Showing results 1 to 2 of 2

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