Convention Used

This document will obey the following convention:

Chars

✓ ✗ ▹

File Path

When target is a directory (folder), the path will end with a slash delimiter

e.g.

cd /home/tk/Downloads/
export PATH=~/Documents/aurora/bin/:$PATH
ls ~/Downloads/

When target is a file, the path will end with file extension, if any.

e.g.

source ./env.sh
wget https://10.0.0.2/motion_file.npy
cat ~/.bashrc

When using relative directory in terminal, the path will start with the "current directory" symbol (".")

e.g.

Date and Time

Generic representation

e.g.

For Python datetime module, it will be

When space and other special characters are not allowed in the representation, use

Last updated