On Thu, Mar 06, 2003 at 03:20:52PM +0530, Arvind wrote:
> 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 ?
1. -ls argument to find.
2. find . -whatever | xargs ls -l
> find -name "*" -mtime +10 -exec rm -i {} \;
Phew. Try find . -mtime +10 | xargs rm -i
man xargs.
Binand
--
Russian Roulette with Unix:
while :; do kill $RANDOM &> /dev/null && break || sleep 1; done
-------------------------------------------------------
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