C: the reverse command from stdin
The rev tool is missing in git/msys, sometimes it is very useful for parse string. use case Here is use case: I want to get last field of string since cut command only support nth field. rev source code compile $ gcc -o rev rev.c $ mv rev /usr/bin example …