> For the complete documentation index, see [llms.txt](https://kashz.gitbook.io/kashz-jewels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kashz.gitbook.io/kashz-jewels/certification-exam.md).

# 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)
