| .. | |||||
| macro.0.sh | |||||
| macro.1.sh | |||||
| macro.3.sh | |||||
| macro.4.sh | |||||
| macro.5.sh | |||||
| macro.6.sh | |||||
| macro.7.sh |
#silent
w delete trailing whitespace
TMPFILE=`mktemp ${MC_TMPDIR:-/tmp}/up.XXXXXX` || exit 1
cat %b > $TMPFILE
cat $TMPFILE | sed 's/[ \t]*$//' > %b
| .. | |||||
| macro.0.sh | |||||
| macro.1.sh | |||||
| macro.3.sh | |||||
| macro.4.sh | |||||
| macro.5.sh | |||||
| macro.6.sh | |||||
| macro.7.sh |