>
> LOL.
>
> Check this:
>
> [EMAIL PROTECTED]:(1) mkdir /tmp/a
> [EMAIL PROTECTED]:(2) cd /tmp/a
> [EMAIL PROTECTED]/tmp/a]:(3) touch b
> [EMAIL PROTECTED]/tmp/a]:(4) find . -name b
> ./b
> [EMAIL PROTECTED]/tmp/a]:(5) find . -name c
> [EMAIL PROTECTED]/tmp/a]:(6) find . -name c | ls -l
> total 0
> -rw-r--r-- 1 binand binand 0 Mar 6 14:50 b
>
> You figured what you are doing wrong?
yeah .. LOL. i did, actually i figured out, a few minutes after i sent the
mail.. and really sometimes, things just dont strike at all.
b.t.w, if i want to list the files in long listing how do i do it. since |
ls -l wont work, is there any other way ?
to delete this is what i used
find -name "*" -mtime +10 -exec rm -i {} \;
but how do i get ls -l instead of rm ?
Arvind
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help