what is the command to list files in a directory in UNIX?
Answer Posted / sudip
ls -l | grep "^d"
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the difference between awk and grep?
How can we use grep command in unix?
What is the command to find hidden files in the current directory?
What is command statement?
Which command is used to find whether the system is 32 bit or 64 bit?
Which command can you use to find the currently running process in unix server?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Which command is used to kill the last background job?
What does awk stand for?
What does the “echo” command do?
What is .sh file?
Can you explain a little bit about command substitution?
What does the metacharacter mean?
What happens when we execute a unix command?
Why is shebang used?