On Tuesday 17 of February 2015 15:08:45 John Andersen wrote:
as.numeric(system("find DIR -type f -printf '%s\n'", intern=T)) -> fs_sizes barplot(table(cut(fs_sizes, breaks=c(0,2^(1:ceiling(log2(max(fs_sizes))))) )))> Error: unexpected symbol in "as.numeric(system("find DIR -type f -printf '%s\n'", intern=T)) -> fs_sizes barplot" Maybe that's why he's asking again?
It's supposed to be split in two lines: as.numeric(system("find DIR -type f -printf '%s\n'", intern=T)) -> fs_sizes barplot(table(cut(fs_sizes, breaks=c(0,2^(1:ceiling(log2(max(fs_sizes))))) )) This has been working here for the past 5 years. -- Regards, Peter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org