summaryrefslogtreecommitdiff
path: root/ult/ult_5/ult5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'ult/ult_5/ult5.tex')
-rw-r--r--ult/ult_5/ult5.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/ult/ult_5/ult5.tex b/ult/ult_5/ult5.tex
index 7f22fc6..16b813e 100644
--- a/ult/ult_5/ult5.tex
+++ b/ult/ult_5/ult5.tex
@@ -95,7 +95,7 @@ Spoken tutorial on,
\begin{itemize}
\item Getting started with Linux
\item Basic File Handling
-\item Advanced file handling
+\item Advanced File handling
\end{itemize}
\end{frame}
@@ -182,7 +182,7 @@ $ cut -d " " -f 2- marks1.txt
\begin{itemize}
\item Use the ``cut'' and ``paste'' commands in redirection
-\item Use the pipe ( | ) character
+\item Apply the concept of Piping
\end{itemize}
\end{frame}
\begin{frame}[fragile]
@@ -191,9 +191,9 @@ $ cut -d " " -f 2- marks1.txt
\begin{enumerate}
-\item How will you redirect the content of a file to a device ?
+\item How to redirect content from file to device ?
\vspace{12pt}
-\item How to view last field(30), in a file located at \verb~/home/test.txt~
+\item How to view last field (30), in a file located at \verb~/home/test.txt~
whose first line is "data:myscripts:20:30"
\vspace{5pt}
\begin{itemize}