Post by chirag sharmaPlease refer Linux Course course http://www.guru99.com/unix-linux-tutorial.html
Though I made every effort to cover all topics, I think there is room for improvement in the course material
Can you expert advice?
I picked one of the many pages of your course material, Chirag.
(http://www.guru99.com/linux-pipe-grep.html)
It seems more or less in order.
My advice would be to use a real dash ('-') in the syntax text examples, not
like so:
cat sample | grep –v a | sort –r
but like this:
cat sample | grep -v a | sort -r
In this way you can copy and paste the commands in the text examples to your
own terminal and it doesn't spread any confusion about the difference between
using a dash and "something completely different", like a “–”. :-)
IMHO the tutorial of this page on YouTube
is
very good. The background music is somewhat distracting though,
let's say that it doesn't make it easier to grasp the course material.
I think some people with hearing aids will have difficulty with the music.