# echo script vars echo "outputString" varToPrint=10 echo $varToPrint # echo files echo * # all echo *.png # all pngs echo specificFile.txt