add list_manual_pkgs.sh
This commit is contained in:
3
list_manual_pkgs.sh
Normal file
3
list_manual_pkgs.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# one-liner to list just the names of packages manually-installed with xbps-install, with no version numbers etc
|
||||||
|
xbps-query --list-manual-pkgs | awk -F '{gsub(/-[0-9]+.*$/, ""); print $0}'
|
Reference in New Issue
Block a user