LoFa
Add
Login
Search
Title:
Tag1 for Path:
a single word in lower characters
Tag2 for Path:
List of alternative single tags:
one or many words in lower characters, separated by comma or space
Text:
<p>List the Top 10 Directories or Files by Size on your Linux, FreeBSD or macOS:</p> <pre> du -sh /usr/local/* | sort -h | tail -10 836K /usr/local/openssl 1.9M /usr/local/etc 19M /usr/local/bin 21M /usr/local/include 21M /usr/local/man 44M /usr/local/sbin 195M /usr/local/share 318M /usr/local/lib 772M /usr/local/llvm90 1.1G /usr/local/www </pre> <pre> du -sh /usr/local/* | sort -h | tail -10 1.4M /bin 3.2M /etc 4.2M /root 6.4M /sbin 12M /rescue 13M /lib 285M /boot 2.1G /var 4.2G /usr </pre>
URL:
Operation:
Delete
Update
Insert
Template Prompt