The command line translator is not included on most Linux distributions, but it can be installed directly from Git like this:
cd ~/bin
wget git.io/trans
chmod 755 ./trans
Linux Shell Scripting Cookbook - Third Edition
by Shantanu Tushar
Published by
Packt Publishing, 2017
The command line translator is not included on most Linux distributions, but it can be installed directly from Git like this:
cd ~/bin
wget git.io/trans
chmod 755 ./trans