Forum Discussion
Altera_Forum
Honored Contributor
14 years agoToo many filename matches
Hello, I got a system that records to a Compact Flash disk. Everything works great except when I try to delete a bunch of files using rm *.dat. It gives me the message: "Too many filename ...
Altera_Forum
Honored Contributor
14 years agoHi. I don't know busybox but I know linux.
The parse of "*.dat" seems to exceed the max number of arguments. "ls" hangs up but responds later (very later) I think. A begin of an idea (remove by groups): rm a*.datrm b*.dat
...