notes/bash.md

13 lines
294 B
Markdown
Raw Normal View History

2021-07-29 12:39:41 +00:00
---
author: Alvie Rahman
date: \today
title: Bash notes
2021-08-15 19:44:51 +00:00
tags: [ linux, shell, programming ]
2021-07-29 12:39:41 +00:00
---
# `set` builtin[^gnuset]
- `-e`--- exit a program if any program returns a non-zero error code (fails)
[^gnuset]: https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#The-Set-Builtin