--As the title says. ――I only write what you can understand if you google. It's a personal memo.
I mainly develop Java (Spring Boot) web applications.
od -c hoge.dat
tr -d '\n' < in.dat > out.dat
file -i hoge.txt
iconv -l
--Convert ASCII to EBCDIC
cat file_s.txt | iconv --from-code=ASCII-US --to-code=IBM930 > out.txt
that's all!
Recommended Posts