'NUL'|'/dev/null'
public static function getDevNull() : string { if (self::isWindows()) { return 'NUL'; } return '/dev/null'; }