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 the use of find command in unix?
Is command prompt unix?
What is s and g in sed command?
How do I search for text in vi?
Describe the zip/unzip command using gzip.
What is a command and examples?
Which unix command to make a new directory?
How do I delete files from command prompt?
What is the difference between cat and more command?
What does the metacharacter mean?
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 do know about tee command?
What is the unix command to confirm a remote host is alive or not?
How do you repeat a command in terminal?
Explain ‘system calls’ with respect to unix commands?