diff --git a/pages/common/noglob.md b/pages/common/noglob.md new file mode 100644 index 0000000000..612644c4e3 --- /dev/null +++ b/pages/common/noglob.md @@ -0,0 +1,12 @@ +# noglob + +> Execute a command in Zsh without globbing (expanding wildcard patterns). +> More information: . + +- Fetch an unquoted and unescaped URL: + +`noglob curl {{https://example.com?a=1}}` + +- Open a file named with a literal asterisk: + +`noglob less {{*.txt}}`