Hello,
 
Mailing the observations:
 
Steps: Tried to delete 15000 records (all with .xml as file extension)
Version : Red Hat Enterprise Linux WS release 3 (Taroon Update 8)
Error observed: -bash: /bin/rm: Argument list too long
Command used : rm *.xml
 
alternative found: 
find . -name '*.xml' -print0 | xargs -0 rm
 
Question:
How does rm --help be usefull to a user for these above activities
 
Thanks
Deepak.k.s
Lead -QA
 
_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to