This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
swflint
/
bin-files
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
32610f4375
Branches
Tags
master
bin-files
/
getInstalled.sh
getInstalled.sh
93 B
Historique
Raw
1
2
3
4
5
#!/bin/zsh -f
dnf list installed | \
awk '{ print $1 }' | \
sed 's/^\(.*\)\..*/\1/'