Answer Posted / kk11749
for example I need for list of directories means
ls -r | grep "^d"
It will be display only directories
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I clear my terminal history?
How do I run a whois command?
Why is grep called grep?
What does grep v grep do?
What are the dos commands?
How can you see the command line history?
What is grep command in unix with examples?
What is the use of cut command in unix?
Write a command that will display files in the current directory, in a colored, long format.
What does sed command do in unix?
What is the general format of unix command syntax?
What do know about tee command?
What is “chmod” command?
Explain command to show the space allocation of files?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?