Table of Contents

Bash - Test

About

This page is about:

test command

The if test condition-true construct is the exact equivalent of if [ condition-true ]

type test
# built-in function

test framework

Test unit framework in Bash

Example