Computer Science, asked by Talib8133, 10 months ago

Write a command to search for the file 'xyz' in /tmp

Answers

Answered by brainlyzeba
2

Write a command to search for the file 'xyz' in /tmp

tmp में फाइल xyz के लिए खोज करने के लिए एक कमांड बारे में

What is the use of Find command?

The find command in UNIX is a command line utility for walkin

g a file hierarchy. It can be used to find files and directories and perform subsequent operations them. It supports searching by file, folder, name, creation date, modification date, owner and permissions.

Similar questions