Dear Friends, The content in this blog are purely based on my own opinion ,it is not reflecting any of my current or previous employers materials or official documents. All my posts here are not warranted to be free of errors. Please use at your own risk and after thorough testing in your environment. If you feel that i am violating any of the company's policies or documents, kindly mail me at jeyaseelan.hi@gmail.com,I am happy to take out those content from this blog.
Saturday, 27 October 2018
Unix rm command returns 'bin/rm: cannot execute [Argument list too long]' when the list of files are more to hanle by rm buffer
-ksh: rm: /bin/rm: cannot execute [Argument list too long]
Work-around:
find . -name '*.trm' | xargs rm -f
Subscribe to:
Posts (Atom)