Installation
Debian based packages (Debian, Ubuntu, Raspbian, …)
-
Install Python 3 or
sudo apt install python3/sudo apt-get install python3. -
Go to /usr/lib/python3 or
cd /usr/lib/python3. -
Make new directory “awk-py” or
mkdir awk-py. -
Download .zip/.tar.gz or clone .git and extract/clone or
tar -xvf <version>.tar.gz/git clone github.com/python3lover/AWK.py.git. -
If cloned, rename directory to “awk-py” or
mv AWK.py awk-py. -
Done! Try some examples at /examples or
python3 /usr/lib/python3/awk-py/examples/replace.py.
Windows
Coming Soon!
Darwin/FreeBSD mashed up with OLD Mac OS X/Mac OS X
Technically same with Linux.