|
|
|
|
|
by vram22
3281 days ago
|
|
>All of test(1) as you can use them in any if statement (/usr/bin/[ is a real command!): Yes, and not only in an if statement. You can also use test or [ command in commands of the form: test condition && commmand2 or test condition || command2 which will only work if the condition is true or false, respectively (IIRC, need to check this). |
|