# certification exam

## Terminal Script for Reporting

Save all terminal commands ran using `script` for report reference.

NOTE: `script` command need to run in all windows if using tmux.

```bash
# start terminal
script FILENMAME.txt
...
exit

# to view in terminal directly
cat FILENAME.txt
```

## Reporting Template

* Github: [iamkashz/reporting-template](https://github.com/iamkashz/reporting-template)
