Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
du -sh /var/log/* | awk ' {
if ($1 ~ /k/) {
sub(/\./,"",$1)
sub(/k/,"",$1)
if ($1 > 100) {
print
}
} else if ($1 ~ /M/) {
sub(/M/," Megabytes",$1) ; print
}
}'
OP:
1.5 Megabytes /var/log/lastlog
3.0 Megabytes /var/log/mail
1.4 Megabytes /var/log/messages
116 /var/log/messages-20030201.gz
104 /var/log/messages-20030221.gz
204 /var/log/messages-20030602.gz
948 /var/log/warn
140 /var/log/warn-20030602.gz
304 /var/log/wtmp
3.4 Megabytes /var/log/xferlog
596 /var/log/y2log