Answers for "find in file terminal"

2

terminal how to find a file name

find / -name NAME.EXTENSION
Posted by: Guest on January-17-2020
0

find in file terminal

grep -r 'text goes here' path_goes_here
Posted by: Guest on September-26-2021
0

how to open file in finder from terminal

open .
Posted by: Guest on May-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language