diff options
author | Jovina | 2012-08-14 16:49:58 +0530 |
---|---|---|
committer | Jovina | 2012-08-14 16:49:58 +0530 |
commit | 0d3a8bfb5206ff71620fb6c36e80ebbcc1824e4f (patch) | |
tree | 6747cdfe9847c8e39ee4c9ea45b2f9fb5648d323 /ult/ult_5/ult5.tex | |
parent | d0c0139c362aa0d04073fbb901ee81b3c47bf158 (diff) | |
download | sdes-stscripts-0d3a8bfb5206ff71620fb6c36e80ebbcc1824e4f.tar.gz sdes-stscripts-0d3a8bfb5206ff71620fb6c36e80ebbcc1824e4f.tar.bz2 sdes-stscripts-0d3a8bfb5206ff71620fb6c36e80ebbcc1824e4f.zip |
Modified script & Slides based on the review.
Diffstat (limited to 'ult/ult_5/ult5.tex')
-rw-r--r-- | ult/ult_5/ult5.tex | 8 |
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} |