+1 vote
in Linux by
Explain how you can find a file using Terminal?

1 Answer

0 votes
by

To find a file you have to use a command, find . –name "process.txt" . It will look for the current directory for a file called process.txt.

...