rl and rs 30.06.2005 - 22:01 rl and rs are two small command-line programs written in C. rl removes starting line(s) from stdin. rs reverses it's input. The source code is available under the BSD License: rl.c rs.c