what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / amit kumar
ls -a will show the hidden files.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is used to type command?
How do I use grep to search for a file?
What does the command '$ls | wc –l > file1' do?
Write a command to display a file’s contents in various formats?
Differentiate cmp command from diff command.
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Why is shebang used?
How many unix commands are there?
Explain command to show the space allocation of files?
Why is it called grep?
What is grep command in unix with examples?
How do you grep recursively?
What are the differences among a system call, a library function, and a unix command?
What is the unix command to confirm a remote host is alive or not?