Guest User

Untitled

a guest
Nov 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for i in (find ./ -type f "*.properties");
  2. do
  3. native2ascii -encoding UTF8 $i $i ; //java native2ascii
  4. done;
Add Comment
Please, Sign In to add comment