Sometime on Sat, Jan 07, 2006 at 03:05:40PM +0530, Hardik Dalwadi said:
> I think  Below command will definately work
> 
> "ls -lt | grep "your desire date in YY-MM-SS Format"
>
> [EMAIL PROTECTED]:/home/hardik# ls -lt | grep "2006-01-05"
> drwxr-sr-x   6 hardik hardik     200 2006-01-05 17:42 sandbox
> drwxr-sr-x   2 hardik hardik     200 2006-01-05 14:40 Attachments
> -rw-r--r--   1 hardik hardik     468 2006-01-05 13:16 tai64n


Now its more generic:

$ ls -lt | grep `date -I`

Anurag


-- 
      __                                  __
gnu /noo/ n. Ox like antelope; (abbr.) /gnoo/ n.
    (recursive acronym) Gnu's Not Unix.

-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to