Search Results

Search: Posts Made By: sudiptabhaskar
819
Posted By pamu
try this.....
sort -nrk6
24,953
Posted By methyl
One way: Create a reference file dated at the...
One way: Create a reference file dated at the start of the day and find all files newer than that file:
This script is designed to take a directory name as a parameter and contains code to clean up...
24,953
Posted By jayan_jay
-mtime 0 will pick latest 24 hrs modified files...
-mtime 0 will pick latest 24 hrs modified files .. Thats y it picks yours yesterday dates files too ..

Then try with the below ..

$ find dir_path -mtime 0 -type f -exec ls -ltr {} \; | grep...
24,953
Posted By jayan_jay
$ find dir_name -mtime 0
$ find dir_name -mtime 0
Showing results 1 to 4 of 4

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