加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

正则

发布时间:2020-12-13 23:09:28 所属栏目:百科 来源:网络整理
导读:grep 'root' /etc/paswd cut -d: -f1 /etc/passwd cut -d: -c1-3 /etc/passwd grep 'root' /etc/passwd | cut -d: -f1 cut -d: -f1 /etc/passwd | grep 'root' tail -f /var/log cat grep aaaa sort -t: +2 -n /etc/passwd sort -t: +2 -r /etc/passwd

grep '&;root&;' /etc/paswd
cut -d: -f1 /etc/passwd
cut -d: -c1-3 /etc/passwd
grep '&;root&;' /etc/passwd | cut -d: -f1
cut -d: -f1 /etc/passwd | grep '&;root&;'
tail -f /var/log
cat
grep aaaa
sort -t: +2 -n /etc/passwd
sort -t: +2 -r /etc/passwd
du | sort -n -r | head -n -3
du | sort -n -r | head -n -3 | cut -f2
wc /etc/passwd
wc -l -w -c /etc/passwd
uniq
diff
patch -p0 < patch.2.6.9
^ . * $
a{18}
/usr/share/dict/words
grep '.{40,}' /usr/share/dict/words
i18n
grep '^i.{18}n$' /usr/share/dict/words
grep -v '^#' /etc/squid/squid.conf | grep -v '^$'|wc -l
vi
%s/word/world/g
%s//word/world/g

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读