Answers for "find file in linux system"

2

find file by name linux

find /path -name *.txt
Posted by: Guest on October-05-2021
3

find in file linux

grep -rnw '/path/to/somewhere/' -e 'pattern'
Posted by: Guest on November-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language