Does anyone know if there\'s a way to run automatically in shell a list of commands (from a text file)?
I need to run a lot of scripts (around 1000). The scripts are in
Either make the file executable:
chmod u+x thefile ./thefile
or run it as an argument of sh:
sh thefile