Answers for "read content of file from shell linux"

8

linux find from file content

grep -rnw '/path/to/somewhere/' -e 'pattern'
Posted by: Guest on January-23-2020
1

how to show contents of a file in linux

cat file_name.txt (or any other file extension)
Posted by: Guest on April-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language