Install rev on mingw using mingw-apt-get

Is there any way to install the rev command on mingw, could not find it as a package. I need to use rev on mingw under windows. or do I need to resort to cygwin?

+3
source share
2 answers

Get here if you want to execute it from cmd.exe

MSYS does not have rev (or I could not find where they put it). The full MSYS package (with everything) can be found here . I did not check whether he was there or not. If this is not the case, MSYS "rev" is missing.

+2
source

revis part of the package util-linux, at least on my Ubuntu system. If MinGW has a package util-linux, you must install it.

0
source

All Articles