Other Useful Commands

The following commands are also useful in scripts:

For a complete list of commands with details on parameters, see Commands for the CLI and Scripts.

All the scripts mentioned are written in Python, which is a complete programming language, capable of performing arithmetic, reading and writing files, accessing the network, and so on. It is also very easy to learn and read. For a good tutorial on Python, see https://docs.python.org/3/tutorial/index.html.