You do that using backticks: echo World > file.txt
run command from file in bash command and define after > the filename where the rest of the command is.
You do that using backticks: echo World > file.txt
run command from file in bash command and define after > the filename where the rest of the command is.