My new Mascot

I was bored so i wrote this little terminal animation, it utilizes tput and printf. Enjoy! (“< KVACK! The code will make me dance / ) "

Categorized as Bash

Different ways to utilize the PV command in Linux

pv acts much like the cat command since in outputs the content of the file and graphs the transfer. It can also be piped in different ways. pv file > filename.out pv options | command > filename.out comand1 | pv | command2

Categorized as Bash