June 2017
Beginner to intermediate
274 pages
6h 49m
English
Once the program is solid, we really just want to be able to type its name or double-click on it and have it run. One convenient way to do that is to use a shell script or a batch file:
Both shell scripts and batch files are text files containing a sequence of command-line commands, one on each line. When we type the name of the script or batch file, those commands are executed one after the other, as if we type them all into the command line.
Similarly, if we trigger the script or batch file through a graphical ...
Read now
Unlock full access