Advertisement
LACabeza

convmv_nautilus.sh

Jan 10th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #!/bin/bash
  2. OLDIFS=${IFS}
  3. IFS="
  4. "
  5. for arquivo in ${NAUTILUS_SCRIPT_SELECTED_FILE_PATHS}; do
  6.    convmv -r -f cp850 -t utf8 --notest $arquivo
  7. done
  8. IFS=${OLDIFS}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement