Re: rm - Arguments too long
From: Alan Coopersmith (alanc@alum.calberkeley.org)
Date: 04/23/03
- Previous message: cljlk: "Re: rm - Arguments too long"
- In reply to: cljlk: "Re: rm - Arguments too long"
- Next in thread: ben: "Re: rm - Arguments too long"
- Reply: ben: "Re: rm - Arguments too long"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Alan Coopersmith <alanc@alum.calberkeley.org> Date: Wed, 23 Apr 2003 14:39:14 +0000 (UTC)
cljlk <cljlk@hotmail.com> writes in comp.unix.solaris:
|It works for find . -name "something*" | xargs rm -f.
|Would anyone tell me how to specify day-old file.
|Let's say, I want to delete 3 days old file, how do I combine together
|with "find . -name "something*" | xargs rm -f" command.
See the "time" options in the find man page.
-- ________________________________________________________________________ Alan Coopersmith alanc@alum.calberkeley.org http://www.CSUA.Berkeley.EDU/~alanc/ aka: Alan.Coopersmith@Sun.COM Working for, but definitely not speaking for, Sun Microsystems, Inc.
- Previous message: cljlk: "Re: rm - Arguments too long"
- In reply to: cljlk: "Re: rm - Arguments too long"
- Next in thread: ben: "Re: rm - Arguments too long"
- Reply: ben: "Re: rm - Arguments too long"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]