A
Alternatives
Change python version
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
sudo update-alternatives --install /usr/bin/python python /usr/local/bin/python3.12 2
sudo update-alternatives --config python
# Then select number of version to be usedAsar
To extract
Resource
AWK
Arithmetic Expressions
Operator
Type
Meaning
Examples
Autoincrement and autodecrement operators
Assignment Operators
Operator
Meaning
Conditional expressions
Operator
Meaning
Regular Expressions
Operator
Meaning Examples
Sample Scripts
Extract lines and sublines
Combine lines
Reference:
Last updated