what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / kiruthiga.s
ls-a
(or)
ls-la
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the commands in UNIX to list the files in a Directory?
What is time_t?
What is the command to find maximum memory taking process on the server?
Explain the steps that a shell follows while processing a command.
Explain command to view process running?
How do I delete files from command prompt?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What are awk commands?
What is .sh file?
How do you grep recursively?
What does the md command do?
What is pipe command in unix?
What is rmdir command?
What is grep and how do you use it?
What does find command return in unix?