grep 命令的基本模式和扩展模式
6月 16, 2020 |
Nix.Huang
基本模式下”?, +, {, |, (, 和 ) “按普通字符处理,如果要使用正则表达式语言,请使用反斜杠转义 […more]
基本模式下”?, +, {, |, (, 和 ) “按普通字符处理,如果要使用正则表达式语言,请使用反斜杠转义 […more]
-mtime 的计算逻辑为[(当前时间-文件的修改时间)/24] 向下取整,即丢弃小数部分 所以-mtime […more]
for x in $(ls ); do echo “$x”; done; //Command Substitu […more]
if [ -e /etc/passwd ]; then echo “javacoder.cn” fi if x […more]
我们知道tcp 会维护syn队列和accept 队列,当一个连接完成三次握手后,将其从syn队列移到accep […more]
touch /etc/systemd/system/name.service chmod 664 /etc/s […more]
iptables的设置更接近lvs中的描述,决定还是使用iptables systemctl disable […more]