14 Jul
2010
14 Jul
'10
19:54
On Monday 12 of July 2010, David Haller wrote:
Hello,
On Mon, 12 Jul 2010, auxsvr@gmail.com wrote:
strtoi(system("find DIR -type f -exec du {} \\; | awk '{print $1}'",
useless use of du, useless use of awk.
find DIR -type f -printf '%s\n'
Update: as.numeric(system("find DIR -type f -printf '%s\n'", intern=T)) -> fs_sizes barplot(table(cut(fs_sizes, breaks=c(0,2^(1:27)) ))) in R.
HTH, -dnh
Thanks, Peter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org