How to fix this? /bin/ls: Argument list too long# Programming - 葵花宝典
r*r
1 楼
In a directory, I have 10,000 files, and I want to filter away some bad
files based on a specific criteria, for
instance, the score.It's very easy to use grep but the problem is if the
file numbers are huge, I'll get
"argument list too long" error.How should I avoid this problem?Thanks.
files based on a specific criteria, for
instance, the score.It's very easy to use grep but the problem is if the
file numbers are huge, I'll get
"argument list too long" error.How should I avoid this problem?Thanks.