Related questions
grep, but only certain file extensions
I am working on writing some scripts to grep certain directories, but these directories contain all sorts of file types.
I want to grep just .h and .cpp for now, but maybe a few others in the future.
So far …
List of Java processes
How can I list all Java processes in bash?
I need an command line. I know there is command ps but I don't know what parameters I need to use.
Find all files with name containing string
I have been searching for a command that will return files from the current directory which contain a string in the filename. I have seen locate and find commands that can find files beginning with something first_word* or ending …