Cool, but obscure unix tools
kkovacs.eu
Cool, but obscure unix tools
1–9 of 9 posts
Re: Cool, but obscure unix tools
#2 vim & emacs
Obscure?Re: Cool, but obscure unix tools
#3vim & emacs Obscure?
Re: Cool, but obscure unix tools
#4Re: Cool, but obscure unix tools
#5vim & emacs Obscure?
Re: Cool, but obscure unix tools
#6An ncurses disk usage analyzer: http://dev.yorhel.nl/ncdu
I find this an extremely handy alternative to du, it's somewhat similar to TreeView on Windows.
Re: Cool, but obscure unix tools
#7I'll quote myself from an earlier thread of a similar list of awesome tools; this one deserves to be in it so much: An ncurses disk usage analyzer: http://dev.yorhel.nl/ncdu I find this an extremely handy alternative to du, it's somewhat similar to TreeView on Windows.
Re: Cool, but obscure unix tools
#8I'll quote myself from an earlier thread of a similar list of awesome tools; this one deserves to be in it so much: An ncurses disk usage analyzer: http://dev.yorhel.nl/ncdu I find this an extremely handy alternative to du, it's somewhat similar to TreeView on Windows.
This tool is a must-have for any on-call sysadmin.
Re: Cool, but obscure unix tools
#9Earlier quoted context omitted.
This tool is a must-have for any on-call sysadmin.
Must-have? Hardly. It's much easier to run `du -sm | sort -n', both of which are already installed everywhere along with coreutils.