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
ad346cf8
Commit
ad346cf8
authored
1 year ago
by
Loro
Browse files
Options
Downloads
Patches
Plain Diff
tag1/vl: move {mk,rm}dir frame
parent
95483cd4
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
tag1/vorlesung/elementare-befehle.tex
+31
-31
31 additions, 31 deletions
tag1/vorlesung/elementare-befehle.tex
with
31 additions
and
31 deletions
tag1/vorlesung/elementare-befehle.tex
+
31
−
31
View file @
ad346cf8
...
...
@@ -61,6 +61,32 @@ DESCRIPTION
%
%\end{frame}
\begin{frame}
{
\insertsection
}{
\texttt
{
mkdir
}
,
\texttt
{
rmdir
}
-- Verzeichnisse erstellen und entfernen
}
\begin{block}
{
\texttt
{
mkdir
}}
\begin{columns}
[t]
\begin{column}
{
2cm
}
\texttt
{
mkdir foo
}
\end{column}
\begin{column}
{
9cm
}
legt ein Verzeichnis
\texttt
{
foo
}
im aktuellen Verzeichnis an
\end{column}
\end{columns}
\end{block}
\vspace
{
1.3cm
}
\begin{block}
{
\texttt
{
rmdir
}}
\begin{columns}
[t]
\begin{column}
{
2cm
}
\texttt
{
rmdir foo
}
\end{column}
\begin{column}
{
9cm
}
löscht das Verzeichnis
\texttt
{
foo
}
aus dem aktuellen Verzeichnis (
\texttt
{
foo
}
muss leer sein)
\end{column}
\end{columns}
\end{block}
\end{frame}
\begin{frame}
{
\insertsection
}{
\texttt
{
mv
}
-- Verschieben
}
\begin{block}
{
Aufbau
}
...
...
@@ -84,46 +110,20 @@ DESCRIPTION
\end{block}
\begin{exampleblock}
{
Beispiele
}
\begin{tabular}
{
l c l
}
\texttt
{
cp bsp bspkopie
}
&
--
&
kopiert die Datei
\
enquote
{
bsp
}
nach
\
enquote
{
bspkopie
}
\\
\texttt
{
cp bsp bspkopie
}
&
--
&
kopiert die Datei
\
texttt
{
bsp
}
nach
\
texttt
{
bspkopie
}
\\
&
&
(im aktuellen Verzeichnis)
\\
\texttt
{
cp bsp test/
}
&
--
&
kopiert die Datei
'
bsp
'
in das Verzeichnis
\\
&
&
\
enquote
{
test
}
\\
\texttt
{
cp bsp test/
}
&
--
&
kopiert die Datei
\texttt
{
bsp
}
in das Verzeichnis
\\
&
&
\
texttt
{
test
}
\\
\texttt
{
cp -v bsp test/
}
&
--
&
\ldots
mit Ausgabe der einzelnen
\\
&
&
Kopieraktionen
\\
\texttt
{
cp -r test/ test2
}
&
--
&
erstellt eine Kopie des Verzeichnisses
\\
&
&
\
enquote
{
test
}
mit dem Namen
\
enquote
{
test2
}
\\
&
&
\
texttt
{
test
}
mit dem Namen
\
texttt
{
test2
}
\\
\texttt
{
cp -r /verz .
}
&
--
&
erstellt eine Kopie des Verzeichnisses
\\
&
&
\
enquote
{
/verz
}
im aktuellen Verzeichnis
\\
&
&
\
texttt
{
/verz
}
im aktuellen Verzeichnis
\\
\end{tabular}
\end{exampleblock}
\end{frame}
\begin{frame}
{
\insertsection
}{
\texttt
{
mkdir
}
,
\texttt
{
rmdir
}
-- Verzeichnisse erstellen und entfernen
}
\begin{block}
{
\texttt
{
mkdir
}}
\begin{columns}
[t]
\begin{column}
{
2cm
}
\texttt
{
mkdir foo
}
\end{column}
\begin{column}
{
9cm
}
legt ein Verzeichnis
\enquote
{
foo
}
im aktuellen Verzeichnis an
\end{column}
\end{columns}
\end{block}
\vspace
{
1.3cm
}
\begin{block}
{
\texttt
{
rmdir
}}
\begin{columns}
[t]
\begin{column}
{
2cm
}
\texttt
{
rmdir foo
}
\end{column}
\begin{column}
{
9cm
}
löscht das Verzeichnis
\enquote
{
foo
}
aus dem aktuellen Verzeichnis (
\enquote
{
foo
}
muss leer sein)
\end{column}
\end{columns}
\end{block}
\end{frame}
\begin{frame}
{
\insertsection
}{
\texttt
{
rm
}
-- Löschen
}
\begin{block}
{
\texttt
{
rm
}}
...
...
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