diff options
author | johannst <johannst@users.noreply.github.com> | 2024-02-15 23:29:57 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-02-15 23:29:57 +0000 |
commit | bac8a5d2822835cf47175d1162030653fadd5c09 (patch) | |
tree | 28f312a114cf95ac799daac2a2caec4b8612d84d /tools/pacman.html | |
parent | bfc5ce4bc01e5eb28969eefcc01ecfefa2601fdf (diff) | |
download | notes-bac8a5d2822835cf47175d1162030653fadd5c09.tar.gz notes-bac8a5d2822835cf47175d1162030653fadd5c09.zip |
deploy: 4485708c972815bbb6df7f5a228683aa855d553d
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 |