The character * is one of the 'regular expression' characters, and it is often used as a wild-card in scripts. It means "anything at all, from no characters up to any number of characters" For example, to list all files named file, file1, file2, file.dat (etc) /bin/ls file*