Stephen John Smoogen wrote:
On Thu, 23 May 2019 at 16:22, mark m.roth@5-cent.us wrote:
<rant> I *swear*, I may get aggravated enough to write a drh - d *real* h. Between C7, with all the /tmpfs, and this debian 18.04 that has a dozen /snap all showing up.... All I want it to display is physical drive partition space.... </rant>
I might actually be able to have a workable answer:
alias drf='/usr/bin/df -x tmpfs'
Cool! It works on a C 7 box. Unfortunately, on the ubuntu box, it doesn't exclude /snap or loop or /dev/loopx....
Thanks.
mark