BASH Shell: HowTo Create Empty Temporary Files Quickly in Categories Shell scripting last updated March 23, 2005Use any one of the following command to create temporary empty file names. The first command is special as it use the redirection operator >, the redirection refers to the standard output. So you are creating a new file or destroying existing file: