随笔分类 -  Shell

摘要:1 [root@archsitdb203 ~] ip a 1: lo: mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope 阅读全文
posted @ 2019-05-16 09:51 Coye 阅读(322) 评论(0) 推荐(0)
摘要:``` [root@oracle ~] echo "hehe\"hehe" hehe"hehe [root@oracle ~] echo "hehe\`hehe" hehe`hehe [root@oracle ~] echo "hehe\\hehe" hehe\hehe [root@oracle ~ 阅读全文
posted @ 2019-01-14 22:58 Coye 阅读(190) 评论(0) 推荐(0)