Recently I was writing a bash-script and added a line:
$ echo *
and got an output of file names and directory names. What is the context of this list (just out of curiosity)?
Recently I was writing a bash-script and added a line:
$ echo *
and got an output of file names and directory names. What is the context of this list (just out of curiosity)?
Gilles + echo + asterisk site: unix.stackexchange.com
would give me some interesting links – cuonglm Mar 06 '16 at 17:09