NAME
rlt – run commands in a loop with transformed arguments |
SYNOPSIS
rlt –r substitution [ –r substitution ] –c command args ... |
DESCRIPTION
Rlt runs command for each argument in args, with the results of
performing each substitution on the argument available as an environment
variable subN, where N represents the Nth substitution given to
rlt. The original argument is available as sub0. |
EXAMPLE
Given a directory of JPEG images, create a thumbnail and rename
each.
|
SEE ALSO
rc(1), sam(1) |
BUGS
Fictional. This could be done better in the shell. Quoting commands can get ugly. |