it's a software existing in GNU Linux (tac, the opposite of cat), but to have the same result in other os you need to strugle. Now it is possible to obtain the same result everywhere.
git clone https://github.com/Alexinom91/tacWindows.gitsudo chmod +x comp.sh
./comp.shBefore using the script you should have in your system the gcc compiler.
You can use the following command with the apt package manager.
sudo apt update
sudo apt upgrade
sudo apt install gccFor the pacman package manager.
sudo pacman -Syu
sudo pacman -S gcc./comp.batBefore using that you must have gcc in Windows. The following Youtube video should help you.
https://www.youtube.com/watch?v=OwQobefF-iE- It will not be everywhere in your computer, you need to add by yourself to the
binorPATH - It uses only files for input not the command line
- It does not work realy good with
|