Ubuntu
hexedit 유용한 단축키 정리
공부운동
2021. 8. 19. 21:03
sudo apt install hexedit
Enter | 인덱스를 입력해서 해당 위치로 이동할 수 있다. |
tab | toggle between ASCII and hexadecimal. |
/, Ctrl-S | search forward (in ASCII or in hexadecimal, use TAB to change). |
Ctrl-R | search backward (in ASCII or in hexadecimal, use TAB to change). |