CMD | CMD

|^^|

LIST COMMANDS:

AWK

Pipes and Redirections

https://workaround.org/linuxtip/pipes

VARIABLES

http://ryanstutorials.net/bash-scripting-tutorial/bash-variables.php

DNF COMMAND

http://dnf.readthedocs.org/en/latest/command_ref.html

AT Command

http://www.brunolinux.com/02-The_Terminal/The_at_Command.html

REV Command ||| see the twit: https://twitter.com/climagic

echo testthepro | rev | cut -c 2- | rev #

echo testthepro | rev | cut -c 2-

eof