"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
Suppose I have one column with data smithjohnmichale the o/p should be smith,john, michale how we do in unix?
What are the layers of unix operating system?
What is unix kernel?
What is unix and why it is used?
How do I create a directory in unix?
What are the types of unix operating system?
What is unix explain its architecture?
What are the essential features of the unix operating system?
What is unix for?
How do you delete a file in unix?
What is the file in unix?
What is $# in unix?
How to remove files in unix?
Is it possible to see information about a process while it is being executed?
What was unix originally written for?