1
arbeitandy Apr 23, 2013
用雙引號
#!/bin/bash function fcontent() { grep -nHR --color=auto "$@" . } |
2
soonlai OP 不错,谢谢!
|