Could not open a connection to your authentication agent

Couldnotopenaconnectiontoyourauthenticationagent解决方法:执行:evalssh-agent-s,目的是启动ssh-agent代理,我自己出现这个问题是因
shell 2021年07月30日 465次浏览

shell去除重复行

shell去除重复行:注:uniq只对相邻行做比较,一般结合sort先排序下(以使重复行相邻)sort-naa.txt|uniq>bb.txt
shell 去重 2021年06月10日 366次浏览