首页 > 代码库 > linux正则表达式

linux正则表达式

[root@LocalWeb01 log]# grep ‘^\[‘ acpid

linux中正则表达式和通配符的区别

正则表达式是对文件内容,通配符是匹配文件名 例如 ls ‘dddd*‘

 

linux正则表达式