| .. | |||||
| macro.0.sh | |||||
| macro.1.sh | |||||
| macro.3.sh | |||||
| macro.4.sh | |||||
| macro.5.sh | |||||
| macro.6.sh | |||||
| macro.7.sh |
#silent
u Upper case selection
TMPFILE=`mktemp ${MC_TMPDIR:-/tmp}/up.XXXXXX` || exit 1
cat %b > $TMPFILE
cat $TMPFILE| sed 's/\(.*\)/\U\1/' >%b
rm -f $TMPFILE
| .. | |||||
| macro.0.sh | |||||
| macro.1.sh | |||||
| macro.3.sh | |||||
| macro.4.sh | |||||
| macro.5.sh | |||||
| macro.6.sh | |||||
| macro.7.sh |