static S nohup_sanitize(S s) { return takeFirst(50, s.replaceAll("[^a-zA-Z0-9\\-_]", "")); }