
Use `>>` to append to files, and `>!` to overwrite !
Use the `fs` module to interact with files and perform glob operations!
Use `os` to interact with and manipulate the operating system!
Use the `?:` to handle errors and read error messages!
Use `print` or `println` to print messages insteadof echo will be faster.
Use `tap` to print and keep values in pipes.
Use `+` to append List and Maps.
Use `-` to remove items in List and Maps.
Use `*` to repeat strings.
Use `~:` to check if String/List/Map contains element.
Type `Fs. ` to got functions hint for Fs module.
