Skip to content

macos tip

jaeseok.an edited this page Nov 7, 2019 · 3 revisions
  • 특정 port를 쓰는 pid 찾기
    • lsof -nP -i4TCP:5000 | grep LISTEN
  • ctrl+r로 history 검색하기
    bindkey -v
    bindkey '^R' history-incremental-search-backward
    

test

Clone this wiki locally