what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / lakshmiprabha velusamy
ls -a
| 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 a command and examples?
How do I use grep to find a file?
Is grep faster than awk?
How do I run a whois command?
Using unix command how to display no of records in oracle?
What does the “echo” command do?
What does pipe () return?
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)?
Does cp command overwrite files?
What does this command do,"$more readme.txt“?
What happens when we execute a unix command?
What does the command '$ls | wc –l > file1' do?
How do you grep recursively?
What is the use of find command in unix?