"ls" command is showing all the subdirectoary and files
which are present in the current directoary, i want to cut
only directoary name. How to cut only name ?
Answer Posted / rakesh
ls -lrt | grep '^d'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is unix buffer cache?
Explain what is standard unix streams ?
What is meant by the term super user?
What is a filter in unix? Give an example.
What is dot profile in unix?
What are three main elements of unix operating system?
What are shell variables?
How do I find a pattern in unix?
What is process termination in unix?
List the distributions of unix.
Which file system is used in unix?
How to perform a system shutdown in unix?
Describe the concept of “region”.
What is a filter in unix?
Name the key features of the korn shell.