String

Remove all empty lines in a file

How to Remove all empty lines in a file on Linux and Windows? Remove empty lines from file.txt via Linux…

9 years ago

Search all files containing a specific string

How to search all files containing a specific string on Linux and Windows? On Linux grep -rnw 'directory' -e "pattern"…

9 years ago