Rl Installation On A Debian, Ubuntu, Raspbian And MacOS
Install rl
-
Debian
apt-get install randomize-linesClick to copy -
Ubuntu
apt-get install randomize-linesClick to copy -
Raspbian
apt-get install randomize-linesClick to copy -
macOS
brew install randomize-linesClick to copy
randomize-lines
randomize lines of input textrl is a command-line tool that reads lines from an input file or stdin, randomizes the lines and outputs a specified number of lines. It does this with only a single pass over the input while trying to use as little memory as possible. Currently randomize-lines is under development and command-line arguments may change slightly until a 1.0 release is made. Users are recommended to use the shuf command instead which should be available by default. This package may be considered deprecated.
Install the latest version of rl in Debian, Ubuntu, Raspbian and macOS from terminal. To install the rl just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of rl from the respository and install it in your computer/server.




