what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / eugene
ls -a (minimal required answer)
ls -la (additional "l" use a long listing format )
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Which command will print your home directory on screen?
How do I search for text in vi?
Explain ‘system calls’ with respect to unix commands?
What does grep v grep do?
What is the comma to display different lines that are found when compare two files?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Are you in or at the office?
What do know about tee command and its usage?
What does 'mkdir' command do in UNIX?
What is the comma to show the space allocation of files?
What is the use of awk command in unix?
What is the first character of the output in ls l command?
What is the difference between awk and grep?
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 command '$ls | wc –l > file1' do?