This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
swflint
/
bin-files
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
5c51de383f
Větve
Značky
master
bin-files
/
getInstalled.sh
getInstalled.sh
89 B
Historie
Surový
1
2
3
4
5
#!/bin/sh
dnf list installed | \
awk '{ print $1 }' | \
sed 's/^\(.*\)\..*/\1/'