September 2018
Beginner
186 pages
4h 30m
English
The third method of creating your own commands with Bash is to put them in a script: a file that you can arrange for bash to interpret and execute from the filesystem by name.
What a "script" means to Bash can mean many different things depending on context. In this book, we'll focus on scripts stored as executable program files on our filesystem, external to the Bash process itself.
Read now
Unlock full access