"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
Difference between the fork() and vfork() system call?
Is a directory unix?
What are the core concepts of unix
What a pipe?
What is a directory?
What is disk block allocation in unix?
What does tr H do in unix?
How do you make programs portable on unix and dos under such circumstances?
What is awk sed unix?
What is unix inode?
What are the advantages of unix operating system?
How can you edit a large file without opening it in unix?
How to stop an infinite loop in unix?
What is meant by the term nohup?
What is a unix shell?