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, fil1, fil2, file.dat etc /bin/ls file*