Skip to content

file test expressions

Linux Shell Script Test Cover

Using test in Linux scripts

In the last article we talked about the basics of Linux shell scripts. In this one, we’ll mention test, a command-line utility that evaluates and compares conditional expressions. Test is a shell builtin most commonly used with the if statement. Depending on the expression, conditional… Read More »Using test in Linux scripts