1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# shifter Install with `cargo install shifter` Use like this: ``` cat input.txt | shifter 3 $ cat input.txt a b c d e f $ cat input.txt | shifter 3 d e f a b c ```