瀏覽代碼

update s function

pull/1/head
10sr 11 年之前
父節點
當前提交
d4d71f4261
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      bashrc

+ 5
- 0
bashrc 查看文件

@@ -374,6 +374,11 @@ s(){
ack --pager="$PAGER" "$@"
else
echo ">> Using grep" 1>&2
if test $# -eq 0
then
echo "No search word given." 1>&2
return 1
fi
grep -nH --color=always --exclude='.svn/*' --exclude='.git/*' "$@" -r . \
| $PAGER
# echo "No search command found. Use grep." 2>&1


Loading…
取消
儲存