I'm brand new to UNIX scripting and I'm a little lost here. I am trying to search my server for the instances of a certain string within the files.
I'm using this command but when I use it it never returns any result. It just runs forever:
grep -c "stringhere"
I run that from inside the folder I want to search. What am I doing wrong?
I'm using this command but when I use it it never returns any result. It just runs forever:
grep -c "stringhere"
I run that from inside the folder I want to search. What am I doing wrong?