picostitch
crafting (and) JavaScript

Tagged with #linux

You know cat file.txt which prints all the lines in a file from first to last. But what if you want to print them from last to first? Easy, just write cat backwards, which is tac voila.

There I have it again, a install.sh file on a linux and I don't remember how execute it. I tried ./install.sh, error, . ./install.sh another error, it also never felt right the way I did it.