How do you list the files in an UNIX directory while also
showing hidden files?
Answer Posted / venkatesh
ls -a it give all the file and directory including hidden files
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do chown command do?
What is the use of find command in unix?
What are grep patterns?
What will the following command do?
What command is used to check the current users?
What are reported commands?
What is time_t?
Describe the usage and functionality of the command rm –r * in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How many unix commands are there?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does the metacharacter mean?
What is grep in bash?
What is grep command in unix with examples?
What are the differences among a system call, a library function, and a unix command?