[Info-vax] Unix and DCL shells

Lawrence D'Oliveiro ldo at nz.invalid
Mon Jan 22 01:53:10 EST 2024


On Mon, 22 Jan 2024 07:16:16 +0100, Andreas Eder wrote:

> On Fr 12 Jan 2024 at 20:17, Lawrence D'Oliveiro <ldo at nz.invalid> wrote:
>>
>> For those who are wondering about the usefulness of this on *nix
>> systems, here
>>
>>     ls -ld ~/.[!.]*
>>
>> is a command to list all dotfiles/dotdirectories in my home directory.
> 
> I think you meant
> 
>>     ls -ld ~/.[^.]*

That might work in Bash, but the first is POSIX-compliant.



More information about the Info-vax mailing list