2 weeks ago • •
Did the duf programmer(s) do this just to piss off those of us who suffer from mild OCD?
#duf #linux
@Alejandroannoying, yes, but much cleaner if you have it only print the table you want with:
duf -only [ local | network | fuse ]
you could also use the -json switch to pipe it into jq and maybe further into column to set a custom layout for it
-json
jq
column
eshep
in reply to Alejandro • • •@Alejandro
annoying, yes, but much cleaner if you have it only print the table you want with:
duf -only [ local | network | fuse ]you could also use the
-jsonswitch to pipe it intojqand maybe further intocolumnto set a custom layout for it