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:
mister-ben
2026-03-28 15:31:50 +01:00
committed by GitHub
parent 33cc67d39e
commit 09bb1ab53f
+12
View File
@@ -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}}`