commands.sh

noglob

all

Execute a command in Zsh without globbing (expanding wildcard patterns).

More info →

Examples (2)

Fetch an unquoted and unescaped URL

noglob curl https://example.com?a=1

Open a file named with a literal asterisk

noglob less *.txt
made by @shridhargupta | data from tldr-pages