2021年3月11日

Vim yank only 50 lines

摘要: https://vim.fandom.com/wiki/Copy,_cut_and_paste 阅读全文

posted @ 2021-03-11 17:18 liujx2019 阅读(31) 评论(0) 推荐(0) 编辑

按进程名终止进程

摘要: 按进程名终止进程 #!/bin/bash echo "Terminate process(es) has " $1 " in name." echo "Self pid " $$ echo "Self name " $0 pids=$(ps -ef | grep $1 | grep -v grep 阅读全文

posted @ 2021-03-11 10:23 liujx2019 阅读(85) 评论(0) 推荐(0) 编辑

导航