December 2018
Beginner
452 pages
12h 17m
English
The test command is one of the most important commands we have in our shell scripting arsenal. Because shell scripts can often be fragile, especially where user input is concerned, we want to make these as robust as possible. While explaining every aspect of the test command would take a whole chapter, the following are the things test can do:
And so on and on and on—this should give you at least an impression of things you can check with test. In the Further reading section, we have included ...