SoloCDM wrote:
Recently I executed the following command:
rm -f dummy "ls -t msg.* | sed -e 1,900d"
As a result, I received the following error:
bash: /bin/ls: Argument list too long
I know why (14,522 msg.* files exist in the directory), but I need a
solution.
*********************************************************************
Signed,
SoloCDM
man xargs
raf