BLOG main image
Their Finest Hour! Since1999..

카테고리

분류 전체보기 (934)
My Page (47)
Linux/Unix (604)
Windows (219)
Database (61)
Programming (1)
Network (0)
ScreenShot (1)
Tip (1)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

ls -la | grep "^d" : 숨은 디렉토리까지 보여 줌.

ex)
[root@op etc]# ls -al | grep "^d"
drwxr-xr-x 59 root root 4096 10월 29 05:36 .
drwxr-xr-x 20 root root 1024 10월 30 02:01 ..
drwxr-xr-x 3 root root 1024 3월 24 2003 .java
drwxr-xr-x 3 root root 1024 3월 23 2003 CORBA
drwxr-xr-x 3 root root 1024 3월 23 2003 FreeWnn
drwxr-xr-x 17 root root 1024 7월 6 18:44 X11
drwxr-xr-x 4 root root 1024 3월 23 2003 alchemist
drwxr-xr-x 2 root root 1024 9월 19 22:15 alternatives

위와 같이 숨어 있는 디렉토리도 보여줍니다.
아래와 같이 치면 그냥 디렉토리만 보여줍니다.
ls -l | grep "^d"
Posted by 채종윤
Total : Today : Yesterday :
채종윤's Blog is powered by Daum & Tattertools.com / Designed by tistory.com