+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.

Related questions

+1 vote
asked May 11, 2021 in Linux by rajeshsharma
0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
...