smpl.io

Modules

cat(*inps[, open])

Read all inps and return them as a single string.

grep(pattern, *inps[, regex, open, A, B])

Searches for pattern in inp.

head(*inps[, open, n])

Returns the first n lines of fname.

io

Simplified input and output.

read_buffer

sed(pattern, replace, *inps[, open])

Replace pattern in inp.

tail(*inps[, open, n])

Returns the last n lines of fname.