[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to unset option using bash invocation parameters?
From: |
Daniel Brotsky |
Subject: |
Re: How to unset option using bash invocation parameters? |
Date: |
Sun, 26 May 2024 19:10:11 +0000 |
Sorry, this was my mistake. +o works fine on the command line; it’s just
not documented clearly.
--
Dan – pronouns he/him
On May 26, 2024 at 11:53:23 AM, Daniel Brotsky <dan@brotsky.com> wrote:
> When invoking bash, I can use -o <option> to set <option>, but (unlike
> with set) +o option does not work to unset <option>. Is there a way to
> invoke bash using parameters to unset an <option>? -d.
> --
> Dan – pronouns he/him
>