« Commandes BASH » : différence entre les versions

Ligne 404 : Ligne 404 :


=== listes noyaux installés ===  
=== listes noyaux installés ===  
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
<syntaxhighlight lang="bash" line copy>
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
</syntaxhighlight>


=== le paquet est-il à jour ===
=== le paquet est-il à jour ===