anew (Tomnomnom)

Texf file manipulation

โ–ถ cat things.txt
Zero
One
Two

โ–ถ cat newthings.txt
One
Two
Three
Four

โ–ถ cat newthings.txt | anew things.txt
Three
Four

โ–ถ cat things.txt
Zero
One
Two
Three
Four

#install

sudo git clone https://github.com/tomnomnom/anew.git
cd anew
sudo go build
sudo mv anew /usr/local/bin
anew --help

Last updated