Bootstrap

正则表达式以及一些命令

一.一些命令

1.nuiq

2.tr

3.cut

4.split

5.面试题

②统计当前主机的连接状态

ss -antp  或者 netstat-antp

统计linux的访问日志当中出现的ip地址

二.正则表达式

1.通配符

2.正则表达式格式

基本正则表达式:grep

扩展正则表达式:grep -E=egrep

3.元字符

4.表示次数

列题 

ifconfig en33 | grep "inet" 匹配ip地址

5.位置锚定

三.分组和逻辑条件

;