Hi all,
Let's assume I have a file named input.txt. I am in need of a Unix/Linux command that will "count the number of lines in the file that do NOT contain an uppercase letter".
I've been trying out all sorts of grep commands, but I can't seem to find one that does the job. I know grep -c will count the number of lines for me - just how do I do a search on each line for an uppercase letter???
Thanks.
Let's assume I have a file named input.txt. I am in need of a Unix/Linux command that will "count the number of lines in the file that do NOT contain an uppercase letter".
I've been trying out all sorts of grep commands, but I can't seem to find one that does the job. I know grep -c will count the number of lines for me - just how do I do a search on each line for an uppercase letter???
Thanks.