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 -->
#
6
(
permalink
)
10-19-2006
grial
El UNIX es como un toro
Join Date: Jun 2006
Location: Madrid (Spain)
Posts: 531
Code:
ls -l | grep "^d"
grial
View Public Profile
Find all posts by grial