摘要:
sh -x set -x 中间是要调试的代码 set +x 阅读全文
posted @ 2016-12-16 16:29
howhy
阅读(155)
评论(0)
推荐(0)
摘要:
find ~/ -type f | xargs md5sum >>/opt/md5sum.log 会生成每一个文件的md5值和对应的文件位置的文件 md5sum -c /opt/md5sum.log 会根据文件中相应的位置文件重新生成md5值与该文件的MD5相比较输出结果 阅读全文
posted @ 2016-12-16 16:27
howhy
阅读(132)
评论(0)
推荐(0)
摘要:
ssh-keygen -t rsa P “” -f ~/.ssh/id_rsa不提示直接生成密钥 阅读全文
posted @ 2016-12-16 15:26
howhy
阅读(7866)
评论(0)
推荐(0)
摘要:
sed -i 's/^aabbcc.*/&helloworld/g' 1.txt 阅读全文
posted @ 2016-12-16 13:02
howhy
阅读(215)
评论(0)
推荐(0)

浙公网安备 33010602011771号