반응형
>Is there a handy command to display all the TAB characters in a file?
>And for a large file, is there a way I can search it in VIM?
One easy way is ":set list". It also shows other control characters, but
it may be exactly what you need. Turn it off with ":set nolist".
If that doesn't do it, you can do / C-V C-I (slash control-V control-I) to
search for a tab character. If you have highlighting turned on, that will
highlight the blank spaces that contain a tab.
반응형
'컴퓨터활용 > 유닉스' 카테고리의 다른 글
U2L프로젝트 NULL 이슈 (0) | 2020.05.19 |
---|---|
쉘에서 date 사용 (0) | 2020.03.09 |
sprintf함수에서 포매팅 처리 방법 (0) | 2018.04.25 |
ipcs, ipcrm 으로 공유메모리 삭제 방법 (1) | 2018.04.25 |
pfmNumCalc 인자 개수 체크 쉘 (2) | 2017.12.16 |