1) $ touch temp.bin
2) $ vim -b temp.bin
3) :%!xxd
4) modifying the temp.bin
5) :%!xxd -r
6) :wq!
WRITTEN BY
- RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.
,
1) $ touch temp.bin
2) $ vim -b temp.bin
3) :%!xxd
4) modifying the temp.bin
5) :%!xxd -r
6) :wq!