bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GLOBIGNORE documentation


From: Stephane Chazelas
Subject: Re: GLOBIGNORE documentation
Date: Mon, 7 Mar 2016 11:44:32 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

2016-03-07 08:58:05 +0100, Isabella Parakiss:
[...]
> OTOH this is arguably more useful than its ksh equivalent:
> GLOBIGNORE=-*; some-cmd *; some-cmd ./*
[...]

True, that's probably the one case where the GLOBIGNORE
behaviour is actually useful.

Note that with ksh93, you've got to write it:

FIGNORE='@(.|..|-*)'

That is, you need to exclude "." and ".." manually.

-- 
Stephane



reply via email to

[Prev in Thread] Current Thread [Next in Thread]