Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/self/root/usr/share/mc/examples/macros.d/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/usr/share/mc/examples/macros.d/macro.1.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

Hacked By AnonymousFox1.0, Coded By AnonymousFox