---

How to modify scripts behavior on signals using bash traps

When writing scripts that are meant to run for a considerable time, it’s very important to increase their robustness by making them able to react to system signals, executing specific actions when some of them are received. We can accomplish this task by using the bash trap builtin.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis