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
What is ‘ps’ command for?
How do you repeat a command in terminal?
What is in grep command?
How do I use grep to find a file?
how to sort the content of the file based on numeric values
What does 'mkdir' command do in UNIX?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the difference between grep and grep?
What are filter commands in unix?
Differentiate cmp command from diff command.
Using unix command how to display no of records in oracle?
What is s and g in sed command?
Enumerate some of the most commonly used network commands in unix?
Which command is used to delete all files in the current directory and all its sub-directories?
What is updatedb?