[APT-GET] Change <cat | grep> to grep

[PACMAN] Change the AUR instructions
This commit is contained in:
ImmortalPC
2014-04-21 23:15:09 +02:00
parent 4c31138bbf
commit e5093db169
2 changed files with 14 additions and 9 deletions

View File

@ -22,4 +22,4 @@ apt-get download modsecurity-crs
apt-get -o Dir::Cache="/path/to/destination/dir/" -o Dir::Cache::archives="./" install ...
# Show apt-get installed packages.
cat /var/log/dpkg.log | grep 'install '
grep 'install ' /var/log/dpkg.log