Expand: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „Aufruf: expand [OPTION]... [DATEI]... Tabulatoren in jeder DATEI in Leerzeichen wandeln, auf Standardausgabe schreiben. Ohne DATEI oder wenn DATEI „-“ ist,…“ |
K Textersetzung - „Linux:Befehl“ durch „Linux/Befehl“ |
||
(7 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
= Syntax = | |||
Tabulatoren in jeder DATEI in Leerzeichen wandeln, auf Standardausgabe | $ ''' expand [OPTION]... [DATEI]...''' | ||
schreiben. | |||
Tabulatoren in jeder DATEI in Leerzeichen wandeln, auf Standardausgabe schreiben. | |||
Ohne DATEI oder wenn DATEI „-“ ist, Standardeingabe lesen. | Ohne DATEI oder wenn DATEI „-“ ist, Standardeingabe lesen. | ||
Erforderliche Argumente für lange Optionen sind auch für kurze erforderlich. | Erforderliche Argumente für lange Optionen sind auch für kurze erforderlich. | ||
-i, --initial do not convert tabs after non blanks | -i, --initial do not convert tabs after non blanks | ||
-t, --tabs=N have tabs N characters apart, not 8 | -t, --tabs=N have tabs N characters apart, not 8 | ||
-t, --tabs=LIST use comma separated list of tab positions | -t, --tabs=LIST use comma separated list of tab positions | ||
The last specified position can be prefixed with '/' | The last specified position can be prefixed with '/' to specify a tab size to use after the last explicitly specified tab stop. Also a prefix of '+' can be used to align remaining tab stops relative to the last specified tab stop instead of the first column | ||
to specify a tab size to use after the last | --help diese Hilfe anzeigen und beenden | ||
explicitly specified tab stop. Also a prefix of '+' | --version Versionsinformation anzeigen und beenden | ||
can be used to align remaining tab stops relative to | |||
the last specified tab stop instead of the first column | |||
--help diese Hilfe anzeigen und beenden | |||
--version Versionsinformation anzeigen und beenden | |||
GNU coreutils Onlinehilfe: <https://www.gnu.org/software/coreutils/> | GNU coreutils Onlinehilfe: <https://www.gnu.org/software/coreutils/> | ||
Report expand translation bugs to <https://translationproject.org/team/> | Report expand translation bugs to <https://translationproject.org/team/> | ||
Die vollständige Dokumentation ist hier: <https://www.gnu.org/software/coreutils/expand> | |||
oder auch lokal mittels „info '(coreutils) expand invocation'“ | Die vollständige Dokumentation ist hier: <https://www.gnu.org/software/coreutils/expand> oder auch lokal mittels „info '(coreutils) expand invocation'“ | ||
[[Kategorie:Linux/Befehl]] | |||
[[Kategorie:Coreutils]] |
Aktuelle Version vom 20. März 2023, 22:19 Uhr
Syntax
$ expand [OPTION]... [DATEI]...
Tabulatoren in jeder DATEI in Leerzeichen wandeln, auf Standardausgabe schreiben.
Ohne DATEI oder wenn DATEI „-“ ist, Standardeingabe lesen.
Erforderliche Argumente für lange Optionen sind auch für kurze erforderlich.
-i, --initial do not convert tabs after non blanks -t, --tabs=N have tabs N characters apart, not 8 -t, --tabs=LIST use comma separated list of tab positions
The last specified position can be prefixed with '/' to specify a tab size to use after the last explicitly specified tab stop. Also a prefix of '+' can be used to align remaining tab stops relative to the last specified tab stop instead of the first column
--help diese Hilfe anzeigen und beenden --version Versionsinformation anzeigen und beenden
GNU coreutils Onlinehilfe: <https://www.gnu.org/software/coreutils/>
Report expand translation bugs to <https://translationproject.org/team/>
Die vollständige Dokumentation ist hier: <https://www.gnu.org/software/coreutils/expand> oder auch lokal mittels „info '(coreutils) expand invocation'“