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)?