Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Books Software Media Linux

Interview With the Author of "Mastering Cat" 243

Shlomi Fish writes "O'Reilly is publishing a new book titled 'Mastering cat,' about the UNIX 'cat' command. Here is an interview O'Reilly-Net conducted with the author about it. Read it to see if this book should be part of your bookshelf of technical books."
This discussion has been archived. No new comments can be posted.

Interview With the Author of "Mastering Cat"

Comments Filter:
  • Re:Here goes: (Score:2, Interesting)

    by morgan_greywolf ( 835522 ) on Wednesday April 01, 2009 @01:48PM (#27420921) Homepage Journal

    You should really have RTFA. That's a UUOC. You just completely wasted a process call and unnecessarily wrote to a file:

    links2 -dump http://slashdot.org/ [slashdot.org] | grep $somethingfunny

    Of course, if we look at your use of an appending redirection (>>) (assuming humortest.txt already exists and has useful data), then you still unnecessarily wrote to a file:

    links2 -dump http://slashdot.org/ [slashdot.org] | cat humortest.txt - | grep $somethingfunny

  • Re:Frist Psot? (Score:2, Interesting)

    by fprintf ( 82740 ) on Wednesday April 01, 2009 @02:58PM (#27422073) Journal

    Been there, done that. A few years ago I got first post and a +5 (w/o karma bonus) interesting. I don't see it listed on my achievements list, but I was pretty proud of it at the time. I think a few of the following comments even said that it was the first time they had seen such a beast, and this of course was when "first post" was an interesting challenge and something noteworthy to attain. Nowadays, meh!

An authority is a person who can tell you more about something than you really care to know.

Working...