Answers for "how to get a files content linux"

11

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 "how to get a files content linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language