>         Is there a wildcard type thing to indicate all directories, or all
> files etc? Like "dir /ad" in dos. And is there anything as cool as a wildcard
> for file modes like all executeables?

Use zsh and that would be "*(/)" and "*(*)", so the equivalent of "dir
/ad" would be "ls -d *(/)".


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to