Skip to content

Commit 72fb444

Browse files
committed
Notes after the course.
1 parent b0e029b commit 72fb444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presentation/linux_bash_metacentrum_course.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ \subsection{BASH}
13461346
\end{itemize}
13471347
\end{frame}
13481348

1349-
\begin{frame}[fragile]{BASH settings (popular examples)}{Write them into BASH configuration file}
1349+
\begin{frame}[fragile]{BASH settings (popular examples)}{Write them into BASH configuration file} % TODO Change in the way users directly edit ~/.bashrc and source it, add and edit tasks accordingly
13501350
\label{bashrc}
13511351
\begin{itemize}
13521352
\item In any text editor open \texttt{$\sim$/.bashrc} (and/or \texttt{$\sim$/.bash\_profile}) and edit it
@@ -1792,7 +1792,7 @@ \subsection{Variables}
17921792
\end{bashcode}
17931793
\end{frame}
17941794

1795-
\begin{frame}{How quotes influence reading of variable content III}
1795+
\begin{frame}{How quotes influence reading of variable content III} % TODO In MYDATA='~/...' can't be ~, it doesn' expand
17961796
\begin{itemize}
17971797
\item As soon as variable contains only Latin alphanumerical characters, assignment like \texttt{MYVAR=whatever} works, but it is not recommended
17981798
\item If variable should contain another variable, special characters, etc, use double quotes, e.g. \texttt{WORKDIR="/home/\$USER/data"}

0 commit comments

Comments
 (0)