static L os_killAll(S pattern) { if (isWindows()) ret windows_killAll(pattern); else ret unix_killAll(pattern); }