[Cialug] URGENT! How to list all files new/modified last 24 hours

Todd E Thomas todd_dsm at ssiresults.com
Thu Nov 1 12:12:31 CDT 2012


OR,

$ find $path/to/dir -mtime -1 -print | grep option /string_whatever/

if you don't want to measure in minutes.

TT


On 10/25/12 9:01 PM, Stephen Dunn wrote:
> Find with cmin
> On Oct 25, 2012 9:00 PM, "Afan Pasalic" <afan at afan.net> wrote:
>
>> Hi,
>> I need command (terminal) to list all files that are created or modified
>> last 24 hours.
>>
>> Thanks for any help,
>> Afan
>>
>>
>> ______________________________**_________________
>> Cialug mailing list
>> Cialug at cialug.org
>> http://cialug.org/mailman/**listinfo/cialug<http://cialug.org/mailman/listinfo/cialug>
>>
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug



More information about the Cialug mailing list