Wednesday, April 11, 2012

Display and replace invisible characters in VIM

set list
setlocal display=uhex
tr -d '\000' < file_in.py > file_out.py

No comments:

Post a Comment