How to identify whether a file is normal file or directory?
Answer Posted / vasavi
using file command
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does the “echo” command do?
How do I use grep to search for a file?
Differentiate cat command from more command.
Is ‘du’ a command? If so, what is its use?
Enlist some filename manipulation commands in unix.
How do I find previous commands in unix?
What is merge command in unix?
What is the use of find command in unix?
What do chgrp command do?
How do you grep recursively?
how to sort the content of the file based on numeric values
Which command is used to delete all files in the current directory and all its sub-directories?
Why is shebang used?
How does pipe () work?