Search Results

Search: Posts Made By: ironmask2004
4,956
Posted By ironmask2004
try this code to get the modification date ...
try this code to get the modification date

for ii in `ls -l | awk -F" " ' {print $6}'`
do
echo $ii
done


anyway you can use find with option to get the files updated since a specific date
Showing results 1 to 1 of 1

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