<oembed><type>rich</type><version>1.0</version><author_name>jb55 (npub1xt…vkk5s)</author_name><author_url>https://nostr.ae/npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s</author_url><provider_name>njump</provider_name><provider_url>https://nostr.ae</provider_url><html>after like 20 years of using bash i had no idea you could do this:&#xA;&#xA;$ bind -q glob-expand-word&#xA;&#xA;will show you the bindings for expanding globs in your terminal&#xA;&#xA;when your cursor is at the end of a glob&#xA;&#xA;$ *.txt&lt;---&#xA;&#xA;press &lt;Ctrl-x-*&gt;, or &lt;Esc-*&gt; in vi mode&#xA;&#xA;The prompt will expand to&#xA;&#xA;$ alice.txt bob.txt&#xA;&#xA;just used this because I wanted to expand the blob for a command but not use all the arguments. awesome.</html></oembed>