rs
reshape a data array
Install
- All systems
-
curl cmd.cat/rs.sh
- Debian
-
apt-get install rs
- Ubuntu
-
apt-get install rs
- Kali Linux
-
apt-get install rs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rs
- OS X
-
brew install rs
- Raspbian
-
apt-get install rs
- Dockerfile
- dockerfile.run/rs
rs
reshape a data array
rs reads the standard input, interpreting each line as a row of blank-separated entries in an array, transforms the array according to the options, and writes it on the standard output. Numerous options control input, reshaping and output processing; the simplest usage example is "ls -1 | rs", which outputs the same (on an 80-column terminal) as the modern "ls" with no "-1" argument.
reminiscence
free implementation of Flashback game engine
REminiscence is a free re-implementation of the game engine used to run the Flashback platform action game. It uses the data files from the original PC/DOS game and can make use of the Amiga sound files. Flashback is a platform action game, in which you control a character that has lost his memory. Your task is to bring the memories back and, ultimately, save the world.