diff options
Diffstat (limited to 'tools/pacman.html')
-rw-r--r-- | tools/pacman.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pacman.html b/tools/pacman.html index e36c851..72f0052 100644 --- a/tools/pacman.html +++ b/tools/pacman.html @@ -212,7 +212,7 @@ dependencies.</p> package and sort by size.</p> <pre><code class="language-text">pacman -Qetq | xargs pacman -Qi | awk '/Name/ { name=$3 } - /Installed Size/ { printf "%8.2f%s %s\n", $4, $5, name }' | + /Installed Size/ { printf "%8.2f%s %s\n", $4, $5, name }' | sort -h </code></pre> <p>Install package into different <code>root</code> directory but keep using the default |