This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
swflint
/
bin-files
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
32610f4375
Gałęzie
Tagi
master
bin-files
/
getInstalled.sh
getInstalled.sh
93 B
Historia
Czysty
1
2
3
4
5
#!/bin/zsh -f
dnf list installed | \
awk '{ print $1 }' | \
sed 's/^\(.*\)\..*/\1/'