mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
noglob: add page (#21688)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena Pastwa <lena@lnps.me> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user