Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linuxkurs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
FSI Informatik
Linuxkurs
Commits
c4aa78b4
Commit
c4aa78b4
authored
7 years ago
by
Thomas Preisner
Browse files
Options
Downloads
Patches
Plain Diff
cheatsheet: improve description of rm -r
parent
dd8f43c9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cheatsheet/cheatsheet.tex
+1
-1
1 addition, 1 deletion
cheatsheet/cheatsheet.tex
with
1 addition
and
1 deletion
cheatsheet/cheatsheet.tex
+
1
−
1
View file @
c4aa78b4
...
...
@@ -51,7 +51,7 @@
\cmd
{
pwd
}{}{
Pfad des aktuellen Verzeichnisses ausgeben
}
\cmd
{
mkdir
}{
dir
}{
Legt das Verzeichnis
\parfmt
{
dir
}
an
}
\cmd
{
rmdir
}{
dir
}{
L"oscht das leere(!) Verzeichnis
\parfmt
{
dir
}}
\cmd
{
rm
}{
-r dir
}{
\textbf
{
Achtung
}
: L"oscht das Verzeichnis
\parfmt
{
dir
}
und alle Unterverzeichnisse
}
\cmd
{
rm
}{
-r dir
}{
\textbf
{
Achtung
}
: L"oscht das Verzeichnis
\parfmt
{
dir
}
und alle
darin enthaltenen Dateien sowie
Unterverzeichnisse
}
\cmd
{
cp
}{
-a dir1 dir2
}{
Kopiert das Verzeichnis
\parfmt
{
dir1
}
in das Verzeichnis
\parfmt
{
dir2
}}
\cmd
{
mv
}{
dir1 dir2
}{
Verschiebt das Verzeichnis
\parfmt
{
dir1
}
in das Verzeichnis
\parfmt
{
dir2
}
--
Falls kein gleichnamiges Verzeichnis besteht, bennent es das Verzeichnis
\parfmt
{
dir1
}
in
\parfmt
{
dir2
}
um
}
...
...
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