Hi guys,
probably this is basic question for some of you, but I was just wondering about this.
what command to see the list of directory only, I've tried :
but if I tried :
I want the result is :
drwxrwxr-x 2 adoc adoc 512 Mar 31 15:24 knpdir/
probably this is basic question for some of you, but I was just wondering about this.
what command to see the list of directory only, I've tried :
Code:
adoc syducmp02 ~/cobaajaskrg> ls -l
total 4
drwxrwxr-x 2 adoc adoc 512 Mar 31 15:24 knpdir/
-rwxrwxr-x 1 adoc adoc 7 Mar 31 15:24 knpfile*
but if I tried :
Code:
adoc syducmp02 ~/cobaajaskrg> ls -d
./
I want the result is :
drwxrwxr-x 2 adoc adoc 512 Mar 31 15:24 knpdir/