Unable to run cat command in CentOS (argument list too long)
I have a folder which has around 300k files of each file contains 2-3mb Now I want to run a command to find the count of char { in shell My command: nohup cat *20200119*| grep "{" | wc -l…