grep sed awk 文本處理 題目及答案

grep 基礎部分 1、grep -i  "^s"  /proc/meminfo     grep "(^s|^S)"  /proc/meminfo SED -rN '/^s |^S /p'   /proc/meminfo 2、 grep -E'^root|^centos|^user1'/etc/passwd 3、grep -E '\b\w+\b\(' /etc/rc.d/init.d/funct
相關文章
相關標籤/搜索