| .. | |||||
| macro.0.sh | |||||
| macro.1.sh | |||||
| macro.3.sh | |||||
| macro.4.sh | |||||
| macro.5.sh | |||||
| macro.6.sh | |||||
| macro.7.sh |
#silent
S Sort selection
TMPFILE=`mktemp ${MC_TMPDIR:-/tmp}/up.XXXXXX` || exit 1
cat %b > $TMPFILE
cat $TMPFILE| sort >%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 |