Skip to content

it's a software existing in linux (tac, the opposite of cat), but to have the same result in other os you need to strugle.

License

Notifications You must be signed in to change notification settings

sialpi/tacWindows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tacWindows

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.

If you want try that by yourself you can do it easily by cloning with git this project into your pc

git clone https://github.com/Alexinom91/tacWindows.git



Then you should compile everything with the scripts provided in the project.

For GNU Linux you can use the underlying commands into the tacWindows directory.

sudo chmod +x comp.sh
./comp.sh

Before 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 gcc

For the pacman package manager.

sudo pacman -Syu
sudo pacman -S gcc

For Windows 10/11 you can use the underlying command into the tacWindows directory.

./comp.bat

Before using that you must have gcc in Windows. The following Youtube video should help you.

https://www.youtube.com/watch?v=OwQobefF-iE



📌 Known Issues

  • It will not be everywhere in your computer, you need to add by yourself to the bin or PATH
  • It uses only files for input not the command line
  • It does not work realy good with |

About

it's a software existing in linux (tac, the opposite of cat), but to have the same result in other os you need to strugle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published