unzip my.zip stage components 2>&1 | cat -A
When you type a command containing an asterisk in Linux, the shell immediately attempts to perform "globbing." This means the shell looks at your current working directory, finds files that match the pattern, and replaces the wildcard with those filenames before passing the argument to the command. unzip my