Skip to content
Snippets Groups Projects
Commit 5dcd4190 authored by David Sauerwein's avatar David Sauerwein
Browse files

tag1: vorlesung: moving-around.tex: Update years

parent d95bfd1e
No related branches found
No related tags found
No related merge requests found
Pipeline #16758 passed
......@@ -43,7 +43,7 @@
\begin{terminal}{}
\tt
\$ pwd \\
/home/cip/2014/ys66efot
/home/cip/2016/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/2017/<userlogin>}):\vspace{0.13cm}
\hspace{0.2cm}(\texttt{/home/cip/2018/<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}
......
......@@ -38,7 +38,7 @@
\Tbox{etc}{etc}
\pstree{\Tbox{home}{home}}{
\pstree{\Tbox{cip}{cip}} {
\pstree{\Tbox{2014}{2014}}{
\pstree{\Tbox{2016}{2016}}{
\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}
......
......@@ -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 linuxkurs2016.aux linuxkurs2016.log linuxkurs2016.nav \dots}
\texttt{\$ rm linuxkurs2017.aux linuxkurs2017.log linuxkurs2017.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 linuxkurs2016*}
\texttt{\$ rm linuxkurs2017*}
\end{terminal}
\texttt{linuxkurs2016*} steht demnach f"ur alle Dateinamen, die mit \texttt{linuxkurs2016} beginnen: \\
\texttt{linuxkurs2016*} $\leadsto$ \texttt{linuxkurs2016.aux linuxkurs2016.log \dots} \\[1.5ex]
\texttt{linuxkurs2017*} steht demnach f"ur alle Dateinamen, die mit \texttt{linuxkurs2017} beginnen: \\
\texttt{linuxkurs2017*} $\leadsto$ \texttt{linuxkurs2017.aux linuxkurs2017.log \dots} \\[1.5ex]
\end{frame}
\begin{frame}{\insertsection}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment