12 lines
263 B
Markdown
12 lines
263 B
Markdown
---
|
|
categories:
|
|
- Programming Languages
|
|
tags:
|
|
- shell
|
|
---
|
|
|
|
# Test in bash
|
|
|
|
`test` is a built-in command that is used to compare values or determine whether something is the case.
|
|
|
|
When we run a test the result we get back is a return status of a `0` or a `1`
|