diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-25 19:09:13 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-25 19:10:51 -0700 |
commit | 45ce46890cd854486c3a6fee4ec9dce5a375932d (patch) | |
tree | 16c87ff5cd6ae9e02b4bdba09a75afa819beb905 /home/xyz | |
parent | 56214bdfa3bfe4ef448c592c3cd19458e0e83f60 (diff) |
update
Diffstat (limited to 'home/xyz')
-rwxr-xr-x | home/xyz/.local/bin/pq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/pq b/home/xyz/.local/bin/pq index 2c4356c1..bad9c354 100755 --- a/home/xyz/.local/bin/pq +++ b/home/xyz/.local/bin/pq @@ -3,7 +3,7 @@ [ "$1" ] && { #sed -n '/^Depends On/,/^Conflicts With/{/^Conflicts With/!p}; /^Description\|^URL\|^Groups\|^Installed Size\|^Install Reason/p' - pacman -Qi "$1" | awk '/^Depends On/{f=1} /^Conflicts With/{f=0} f||/^Description|^URL|^Groups|^Installed Size|^Install Reason/' + pacman -Qi "$1" | awk '/^Groups/{f=1} /^Conflicts With/{f=0} f||/^Description|^URL|^Installed Size|^Install Reason/' printf '\n' pacman -Ql "$1" | grep '/bin/[^$]' printf '\n' |