How to remove files /bin/rm: Argument list too long

Thursday, March 29, 2018

How to remove files /bin/rm: Argument list too long :-

How to remove files /bin/rm: Argument list too long by using below command.

find . -mindepth 1 -iname "*.xls" -print0|xargs --no-run-if-empty --null rm -rf

0 comments:

About This Blog

Lorem Ipsum

  © Copyright 2009 Linux-HelpLine.Blogspot.com

Back to TOP