git status -s|perl -nle 's/\\([[:digit:]]{3})/sprintf "%c", oct($1)/ge; print' #### git status -s|oct2char.pl