Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Gerwinski
bs
Commits
424b0dc1
Commit
424b0dc1
authored
1 year ago
by
Peter Gerwinski
Browse files
Options
Downloads
Patches
Plain Diff
Notizen 20.3.2023: ls-Quelltext, Sprachanpassung
parent
ade0d14c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
20230320/bs-20230320.txt
+62
-0
62 additions, 0 deletions
20230320/bs-20230320.txt
with
62 additions
and
0 deletions
20230320/bs-20230320.txt
0 → 100644
+
62
−
0
View file @
424b0dc1
Quelltext von "ls" herunterladen:
$ apt-get source coreutils
Danach befinden sich im aktuellen Verzeichnis die folgenden
Unterverzeichnisse bzw. Dateien:
coreutils-8.30
coreutils_8.30-3.debian.tar.xz
coreutils_8.30-3.dsc
coreutils_8.30.orig.tar.xz
Befehl zum Nachinstallieren von Sprachen:
$ dpkg-reconfigure locales
Als Administrator ausführen:
$ sudo dpkg-reconfigure locales
Danach: Sprache temporär wechseln
$ ls --help | head -10
Aufruf: ls [OPTION]... [DATEI]...
Auflistung von Informationen über die DATEIen (Standardvorgabe ist das
momentane Verzeichnis). Alphabetisches Sortieren der Einträge, falls weder
-cftuvSUX noch --sort angegeben wurden.
Erforderliche Argumente für lange Optionen sind auch für kurze erforderlich.
-a, --all Einträge, die mit . beginnen, nicht verstecken
-A, --almost-all implizierte . und .. nicht anzeigen
--author mit -l, den Urheber jeder Datei ausgeben
-b, --escape nicht‐druckbare Zeichen oktale ausgeben
LANG=... voranstellen bedeutet: Sprache nur für diesen Befehl wechseln.
LANG=C steht für: So, wie es im Quelltext steht. Nicht übersetzen.
$ LANG=C ls --help | head -10
Usage: ls [OPTION]... [FILE]...
List information about the FILEs (the current directory by default).
Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.
Mandatory arguments to long options are mandatory for short options too.
-a, --all do not ignore entries starting with .
-A, --almost-all do not list implied . and ..
--author with -l, print the author of each file
-b, --escape print C-style escapes for nongraphic characters
--block-size=SIZE with -l, scale sizes by SIZE when printing them;
Sprache (für die aktuelle Shell) dauerhaft wechseln
$ export LANG=fr_FR.UTF-8
$ ls --help | head -10
Utilisation : ls [OPTION]... [FICHIER]...
Afficher des renseignements sur les FICHIERs (du répertoire actuel par défaut).
Trier les entrées alphabétiquement si aucune des options -cftuvSUX ou --sort
ne sont utilisées.
Les arguments obligatoires pour les options longues le sont aussi pour les
options courtes.
-a, --all ne pas ignorer les entrées débutant par .
-A, --almost-all ne pas inclure . ou .. dans la liste
--author avec -l, afficher l'auteur de chaque fichier
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment