Friday, 18 May 2018

Linux from the command line -- Letting your scripts compare things with test

Linux from the command line -- Letting your scripts compare things with test

The Linux shell is a powerful thing. It's almost a programming language and provides the user with the ability to compare things, make decisions based on the outcome, etc. just like a real programming language.
The 'test' command is a part of that capability.
https://www.howtoforge.com/linux-test-command/

No comments:

Post a Comment