Shopt

From NovaOrdis Knowledge Base
Revision as of 04:18, 8 January 2021 by Ovidiu (talk | contribs) (→‎nullglob)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

Toggle the values of variables controlling optional shell behavior, or lit all settable options, with an indication of whether or not each is set (-s means set, -u means unset).

Options

nullglob

If set, bash allows filename patterns which match no files to expand to a null string, rather than themselves.

shopt -s nullglob

expand_aliases

bash Concepts | Aliases