Added coloring to egrep and fgrep
Resolves: rhbz#697895
This commit is contained in:
parent
34c2177c1e
commit
c75a90f65e
@ -8,3 +8,5 @@ if [ -r /etc/GREP_COLORS ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
alias grep='grep --color=auto' 2>/dev/null
|
alias grep='grep --color=auto' 2>/dev/null
|
||||||
|
alias egrep='egrep --color=auto' 2>/dev/null
|
||||||
|
alias fgrep='fgrep --color=auto' 2>/dev/null
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Pattern matching utilities
|
Summary: Pattern matching utilities
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.8
|
Version: 2.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
|
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
|
||||||
@ -67,6 +67,10 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-2
|
||||||
|
- Added coloring to egrep and fgrep
|
||||||
|
Resolves: rhbz#697895
|
||||||
|
|
||||||
* Mon May 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-1
|
* Mon May 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-1
|
||||||
- New version: grep-2.8
|
- New version: grep-2.8
|
||||||
Resolves: rhbz#704710
|
Resolves: rhbz#704710
|
||||||
|
Loading…
Reference in New Issue
Block a user