Mark Soma on Tue, 1 Jun 1999 17:31:09 -0400 (EDT) |
This is a shell limitation you can break up the command, E.g.: /bin/rm a*.in or /bin/rm [a-d]*.in A script will handle this quite nicely -----Original Message----- From: tburba@GLCORPIS01.usvision.com [mailto:tburba@GLCORPIS01.usvision.com] Sent: Tuesday, June 01, 1999 5:19 PM To: plug@lists.nothinbut.net; linux-list@ssc.com Subject: 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 -- To unsubscribe, send a message with the word 'unsubscribe' in the subject or body of your message to plug-request@lists.nothinbut.net -- To unsubscribe, send a message with the word 'unsubscribe' in the subject or body of your message to plug-request@lists.nothinbut.net
|
|