Re: Need help with Linux Equivalent of a DOS command

From: A Nengineer (root_at_nowhere.inthe.cc)
Date: 09/12/04


Date: Sun, 12 Sep 2004 15:20:28 GMT

Lester wrote:
> On Sat, 11 Sep 2004 23:37:55 GMT, mjt <mjtobler@removethis_mail.ru>
> wrote:
>
>
>>Lester wrote:
>>
>>
>>>Can "ls" just not do what I need?
>>
>>bash-2.05b$ ls -al | grep ^d
>>
>>... stop TOP-POSTING
>>.
>
>
> Thanks very much. Not quite as succinct as "dir *." but just as
> effective!
>
> Cheers
>
> Lester
>
>
>
But you can always make an "alias" of the command. Many people will
"alias" ls -l as "dir," for example. You might use "ddir" (meaning
"directory of directories) for instance.