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 is the use of tee command?
What does the command ' $who | sort –logfile > newfile' do?
Is command prompt unix?
What is awk command used for?
What is the use of cut command in unix?
What does grep v grep do?
What are the differences among a system call, a library function, and a unix command?
Explain the steps that a shell follows while processing a command.
Describe the zip/unzip command using gzip.
Who command in unix?
How can we use grep command in unix?
What is pipe command in unix?
Describe the usage and functionality of the command rm –r * in unix?
What is difference between grep and find command in unix?
What is {} in find command?