How do you find files in Unix?
Answers were Sorted based on User's Feedback
The find command is used to search for files and directories in Unix. It can search based on various criteria, such as name, size, type, and modification time. For example, find /home -name "*.txt" searches for all .txt files in the /home directory.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nashiinformaticssolutions
The find command is used to search for files and directories in Unix. It can search based on various criteria, such as name, size, type, and modification time. For example, find /home -name "*.txt" searches for all .txt files in the /home directory.
Is This Answer Correct ? | 0 Yes | 0 No |
What is “chmod” command?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
Who command in unix operating system?
How do I use grep to search for a file?
Can you explain a little bit about command substitution?
What command a user use to view a long text file one page at a time in UNIX?
what do you understand bythe term 'de-mountable volumes'?
what does a process mean?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
Which command is used to delete all files in the current directory and all its sub-directories?
Name the various commands that are used for the user information in unix.
How do you grep a case insensitive?