Liem Bahneman on Tue, 1 Jun 1999 18:11:57 -0400 (EDT) |
couple of alternate ways: find . -name "*.in" -exec rm -f {} \; find . -name "*.in" -print | xargs rm -f On Tue, 1 Jun 1999 tburba@GLCORPIS01.usvision.com wrote: > Date: Tue, 1 Jun 1999 17:19:12 -0400 > From: tburba@GLCORPIS01.usvision.com > To: plug@lists.nothinbut.net, linux-list@ssc.com > Subject: [SLL] Too many args for rm *.in > > > > > > rm *.in fails with the error "too many arguments" (there is 15000 files). > How do I use it with more arguments? (xargs man page makes no sense at all) > TIA > > > > ======================================================================== > Contributions/Posts To: linux-list@ssc.com > To Unsubscribe: linux-list-request@ssc.com, "unsubscribe" in message body > Report Problems to: owner-linux-list@ssc.com > List archive at: http://www.ssc.com/mailing-lists/ > ============================================================================ Liem Bahneman roland@cobaltgroup.com Senior Systems Administrator http://www.starfleet.com/liem The Cobalt Group, Inc. (206) 269-6363 x300 Seattle, Washington F(206) 269-6350 -- To unsubscribe, send a message with the word 'unsubscribe' in the subject or body of your message to plug-request@lists.nothinbut.net
|
|