Discussion:
Help with your Review
(te oud om op te antwoorden)
chirag sharma
2013-09-26 09:31:32 UTC
Permalink
Please 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?
Adri Verhoef
2013-10-07 15:53:41 UTC
Permalink
Post by chirag sharma
Please 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.
Rob
2013-10-07 16:26:11 UTC
Permalink
Post by chirag sharma
Please 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?
You are awarded this week's "useless use of cat" award.

Loading...