Directory with several thousands of links to *.gz compressed file
used
returns
used some tricks to make arguments smaller, like
works in some cases, but not all fileset, could probably write a script around it but would have to do so for several other commands.
Is there any quick and dirty way to do so?
used
Code:
zcat * | grep -in keyword
Code:
/usr/bin/zcat: Argument list too long
Code:
zcat 1* | grep -in keyword
Is there any quick and dirty way to do so?