The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
How to see only directories using ls command
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
How to see only directories using ls command
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
7
(
permalink
)
11-13-2006
mervin2006
Registered User
Join Date: Nov 2006
Posts: 15
using awk..
ls -ltr | awk '/^d/'
mervin2006
View Public Profile
Find all posts by mervin2006