Translations by Andre Heßling

Andre Heßling has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

12 of 2 results
28.
warning: you have specified the %s option after a non-option argument %s, but options are not positional (%s affects tests specified before it as well as those specified after it). Please specify options before other arguments.
2005-09-29
WARNUNG: Sie haben die Option %s nach dem Argument %s angegeben, welches *keine* gültige Option ist, aber Optionen sind nicht positionssensitiv (%s beeinträchtigt sowohl Tests, die vor ihr als auch nach ihr definiert sind). Bitte geben Sie Optionen vor anderen Argumenten an.
34.
warning: Unix filenames usually don't contain slashes (though pathnames do). That means that '%s %s' will probably evaluate to false all the time on this system. You might find the '-wholename' test more useful, or perhaps '-samefile'. Alternatively, if you are using GNU grep, you could use 'find ... -print0 | grep -FzZ %s'.
2005-09-29
WARNUNG: Unix Dateinamen enthalten (im Gegensatz zu Pfadangaben) üblicherweise keine Slashes. Das bedeutet, dass '%s %s' möglicherweise dauerhaft fehlschlägt. Vielleicht finden Sie den '-wholename'- oder vielleicht '-samefile'-Test nützlicher. Alternativ können Sie auch 'find -print0 | grep -FzZ %s' nutzen, falls Sie über GNU grep verfügen.