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
Who command in unix?
How do I clear my terminal history?
Using unix command how to display no of records in oracle?
What is the use of find command in unix?
Can you explain a little bit about command substitution?
Explain ‘library functions’ with respect to unix commands?
What is grep short for?
What is a bash command?
What are the general commands in using unix os for a beginner?
Describe the usage and functionality of the command rm –r * in unix?
Explain the steps that a shell follows while processing a command.
Is command prompt unix?
Which command should you use to find the remaining disk space in unix server?
What is awk command used for?
How to use grep command to list find the records of a file containing 10 different strings?