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
5dcd4190
Commit
5dcd4190
authored
6 years ago
by
David Sauerwein
Browse files
Options
Downloads
Patches
Plain Diff
tag1: vorlesung: moving-around.tex: Update years
parent
d95bfd1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#16758
passed
6 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tag1/vorlesung/moving-around.tex
+2
-2
2 additions, 2 deletions
tag1/vorlesung/moving-around.tex
tag1/vorlesung/verzeichnisbaum/baeume.tex
+2
-3
2 additions, 3 deletions
tag1/vorlesung/verzeichnisbaum/baeume.tex
tag1/vorlesung/wildcards.tex
+5
-5
5 additions, 5 deletions
tag1/vorlesung/wildcards.tex
with
9 additions
and
10 deletions
tag1/vorlesung/moving-around.tex
+
2
−
2
View file @
5dcd4190
...
...
@@ -43,7 +43,7 @@
\begin{terminal}
{}
\tt
\$
pwd
\\
/home/cip/201
4
/ys66efot
/home/cip/201
6
/ys66efot
\end{terminal}
\end{frame}
...
...
@@ -100,7 +100,7 @@
\begin{frame}
{
\insertsection
}{
Home und ciptmp
}
\begin{itemize}
\item
Jeder Benutzer besitzt ein
\textit
{
Home
}
-Verzeichnis
\vspace
{
0.08cm
}
\\
\hspace
{
0.2cm
}
(
\texttt
{
/home/cip/201
7
/<userlogin>
}
):
\vspace
{
0.13cm
}
\hspace
{
0.2cm
}
(
\texttt
{
/home/cip/201
8
/<userlogin>
}
):
\vspace
{
0.13cm
}
\begin{itemize}
\item
Es steht nur begrenzter Speicherplatz zur Verf"ugung
\vspace
{
0.08cm
}
\item
Dort liegen Konfigurationen und Nutzdaten
\vspace
{
0.08cm
}
...
...
This diff is collapsed.
Click to expand it.
tag1/vorlesung/verzeichnisbaum/baeume.tex
+
2
−
3
View file @
5dcd4190
...
...
@@ -38,7 +38,7 @@
\Tbox
{
etc
}{
etc
}
\pstree
{
\Tbox
{
home
}{
home
}}{
\pstree
{
\Tbox
{
cip
}{
cip
}}
{
\pstree
{
\Tbox
{
201
4
}{
201
4
}}{
\pstree
{
\Tbox
{
201
6
}{
201
6
}}{
\pstree
{
\Tbox
{
myhome
}{
iv74upil
}}{
\Tbox
{
Linux-Kurs
}{
Linux-Kurs
}
}
...
...
@@ -46,9 +46,8 @@
\Tbox
{
Linux-Kurs
}{
Linux-Kurs
}
}
}
\Tbox
{
2015
}{
2015
}
\Tbox
{
2016
}{
2016
}
\Tbox
{
2017
}{
2017
}
\Tbox
{
2018
}{
2018
}
}
}
\Tbox
{
usr
}{
usr
}
...
...
This diff is collapsed.
Click to expand it.
tag1/vorlesung/wildcards.tex
+
5
−
5
View file @
5dcd4190
...
...
@@ -3,8 +3,8 @@
\begin{frame}
{
\insertsection
}
\begin{terminal}
{}
\texttt
{
\$
ls
\\
linuxkurs2016.aux linuxkurs2016.log linuxkurs2016.nav linuxkurs2016.pdf linuxkurs2016.tex linuxkurs2016.toc
linuxkurs2017.aux linuxkurs2017.log linuxkurs2017.nav linuxkurs2017.pdf linuxkurs2017.tex linuxkurs2017.toc
linuxkurs2018.aux linuxkurs2018.log linuxkurs2018.nav linuxkurs2018.pdf linuxkurs2018.tex linuxkurs2018.toc
}
\end{terminal}
\pause
...
...
@@ -12,7 +12,7 @@
Wie werde ich nur die ganzen Dateien vom letzten Jahr los?
\vspace
{
1.5ex
}
\begin{terminal}
{}
\texttt
{
\$
rm linuxkurs201
6
.aux linuxkurs201
6
.log linuxkurs201
6
.nav
\dots
}
\texttt
{
\$
rm linuxkurs201
7
.aux linuxkurs201
7
.log linuxkurs201
7
.nav
\dots
}
\end{terminal}
\vspace
{
2ex
}
Geht das nicht einfacher?!
...
...
@@ -32,11 +32,11 @@ Geht das nicht einfacher?!
Zur"uck zum Beispiel:
\begin{terminal}
{}
\texttt
{
\$
rm linuxkurs201
6
*
}
\texttt
{
\$
rm linuxkurs201
7
*
}
\end{terminal}
\texttt
{
linuxkurs201
6
*
}
steht demnach f"ur alle Dateinamen, die mit
\texttt
{
linuxkurs201
6
}
beginnen:
\\
\texttt
{
linuxkurs201
6
*
}
$
\leadsto
$
\texttt
{
linuxkurs201
6
.aux linuxkurs201
6
.log
\dots
}
\\
[1.5ex]
\texttt
{
linuxkurs201
7
*
}
steht demnach f"ur alle Dateinamen, die mit
\texttt
{
linuxkurs201
7
}
beginnen:
\\
\texttt
{
linuxkurs201
7
*
}
$
\leadsto
$
\texttt
{
linuxkurs201
7
.aux linuxkurs201
7
.log
\dots
}
\\
[1.5ex]
\end{frame}
\begin{frame}
{
\insertsection
}
...
...
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