Skip to content

Commit

Permalink
Update search
Browse files Browse the repository at this point in the history
  • Loading branch information
doivglser authored Mar 15, 2019
1 parent c8ca4f0 commit a21e7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit/search
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fi
fi
if [[ "$exclud3" = '' ]] && [[ "$togrep" != '' ]] ;
then
echo "$line" | xargs cat | grep -E "$togrep" | grep -vE "$exclud3" ;
echo "$line" | xargs cat | grep -E "$togrep" ;
exitc0de=$(echo $?) ;
fi
if [[ $exitc0de = 0 ]] ;
Expand Down

0 comments on commit a21e7f2

Please sign in to comment.