Shell - 簡明Shell入門10 - 管道(Pipe)

示例腳本及註釋 #!/bin/bash echo '##### Number of *.conf : ' find /etc -name *.conf | grep system | wc -l echo '##### *user.conf : ' find /etc -name *user.conf echo '##### *user.conf - xargs : ' find /etc
相關文章
相關標籤/搜索