Explorar el Código

~/.bashrc: Fix ds() to print out a total (usable for multiple dirs!?)

Lucas Stadler %!s(int64=14) %!d(string=hace) años
padre
commit
dd1feaa413
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .bashrc

+ 1 - 1
.bashrc

@ -22,7 +22,7 @@ infoq() {
22 22
}
23 23
24 24
ds() {
25
	du -h $1 | tail -n1
25
	du -ch $@ | tail -n1
26 26
}
27 27
28 28
. $HOME/t/sh/z/z.sh