From 253eae29354bc094802766d72f8b04bdaf3ca5f9 Mon Sep 17 00:00:00 2001 From: Chimyx Date: Tue, 3 Sep 2013 16:01:09 +0200 Subject: [PATCH] Correction in pacman file --- cheatsheets/pacman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/pacman b/cheatsheets/pacman index e348ea2..353f6c5 100644 --- a/cheatsheets/pacman +++ b/cheatsheets/pacman @@ -22,7 +22,7 @@ pacman -Si pacman -U # To list the commands provided by an installed package -pacman -Ql nvidia-utils | sed -n -e 's/.*\/bin\///p' | tail -n +2 +pacman -Ql | sed -n -e 's/.*\/bin\///p' | tail -n +2 # To list explicitly installed packages pacman -Qe