On Sun Feb 11, 2024 at 4:43 PM NZDT, Nowarez Market wrote: > For anyone late like me, I now found really liberatory (saving me from > typos and missing brackets mistakes) the possibility to use the wildcard > opening files by nano and vi as well, eg: > > having date-uuid-blog101.txt > > "nano *blog101.txt" is my shortcut.
That's a part of the shell you're using, meaning that your shell performs this expansion, not nano or vi. You can use wildcards anywhere in shell commands.