what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / hari
ls -l
file *
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the steps that a shell follows while processing a command.
What is nr in awk command?
Write a command that will display files in the current directory, in a colored, long format.
Which command should you use to find the remaining disk space in unix server?
What is the function of grep command in unix?
What is grep short for?
What does the md command do?
What is the use of cut command in unix?
What are the commands in UNIX to list the files in a Directory?
What is {} in find command?
How do I search for text in vi?
What is rmdir command?
What does this command do,"$more readme.txt“?
Describe the zip/unzip command using gzip.
Why is it called a shebang?