what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / hari
ls -l
file *
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is “chmod” command?
What is rmdir command?
What does grep v do?
What is command statement?
What is the difference between cat command and more command?
Which command is used to find whether the system is 32 bit or 64 bit?
How can you see the command line history?
What does the metacharacter mean?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is .sh file?
What do chown command do?
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)?
Enumerate some of the most commonly used network commands in unix?
How do I find previous commands in unix?
Write a command that will display files in the current directory, in a colored, long format.