/string        向前搜索指定字符串
?string        向後搜索指定字符串
n              搜索指定字符串的下一個出現位置
N              搜索指定字符串的上一個出現位置
:%s/old/new/g  全文替換指定字符串


ps aux | grep node-dev | awk '{print $2}' | xargs kill
相關文章
相關標籤/搜索