http://y7egb5vi45k74makeixpfb7jnimfxm3gf233lb3ke2ldonozjk55nvad.onion/bash_shell_mistakes.html
With other shells, it might be an executable
file. Either way, it’s bad name choice! Workaround: You can call it using the pathname: /home/user/bin/test Globbing Brace expansion is not globbing The following command line is not related to globbing (filename
expansion): # YOU EXPECT # -i1.vob -i2.vob -i3.vob …. echo -i{*.vob,} YOU GET -i*.vob -i Why?