sS str_toKB(long l) { ret n2(toK(l)) + " KB"; } sS str_toKB(File f) { ret str_toKB(fileSize(f)); }