what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / prasanth verkot
ls -a
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What does grep v grep do?
What is the command to find maximum memory taking process on the server?
Describe the usage and functionality of the command rm –r * in unix?
What is the difference between awk and grep?
Using unix command how to display no of records in oracle?
What is s and g in sed command?
What is awk command used for?
Give the command for finding the current date.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Name the various commands that are used for the user information in unix.
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Write a command to kill the last background job?
What is grep command in unix with examples?
Is ‘du’ a command? If so, what is its use?