How do you list the files in an UNIX directory while also
showing hidden files?
Answer Posted / sagar
ls -ltr
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Explain ‘system calls’ with respect to unix commands?
Who command in unix?
What is the search command in unix?
Why is grep called grep?
Is grep faster than awk?
What command is used to switching between users in unix?
What is grep in bash?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do I run a bash script?
Differentiate cat command from more command.
Explain the steps that a shell follows while processing a command.
Enlist some filename manipulation commands in unix.
What is “chmod” command?
Can you explain a little bit about command substitution?
What do chgrp command do?