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