13 lines
289 B
Markdown
13 lines
289 B
Markdown
|
|
# noglob
|
||
|
|
|
||
|
|
> Execute a command in Zsh without globbing (expanding wildcard patterns).
|
||
|
|
> More information: <https://manned.org/zshmisc>.
|
||
|
|
|
||
|
|
- Fetch an unquoted and unescaped URL:
|
||
|
|
|
||
|
|
`noglob curl {{https://example.com?a=1}}`
|
||
|
|
|
||
|
|
- Open a file named with a literal asterisk:
|
||
|
|
|
||
|
|
`noglob less {{*.txt}}`
|