Linux Command to Remember # 2 | A non-stock, non-profit organization composed of individuals dedicated to promoting open source software. Batangas, Philippines">
Google
 
Web boss-ph.blogspot.com

Wednesday, October 11, 2006

Linux Command to Remember # 2

Problem:


[root@popoy new]# rm -rf *
-bash: /bin/rm: Argument list too long



Solution:


[root@popoy new]# ls | xargs rm
[root@popoy new]# ll
total 0

0 Comments:

Post a Comment

<< Home