Selaa lähdekoodia

update s function

pull/1/head
10sr 11 vuotta sitten
vanhempi
commit
d4d71f4261
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. +5
    -0
      bashrc

+ 5
- 0
bashrc Näytä tiedosto

@@ -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


Ladataan…
Peruuta
Tallenna