On Sat, 05 May 2012 16:20:45 +0100
Yasser Zamani <yasser.zam...@live.com> wrote:

> 
> Hi there,
> 
> At first thank you very much for this useful site and book!
> 
> Currently I'm doing jobs step-by-step with no getting any errors; however, 
> sometimes the steps are very specific e.g. GCC pass 2 steps. GCC needs that 
> patch, fixincludes should be suppressed, -fomit-frame-pointer should be 
> removed and etc. should I really remember and keep in mind these?! how book 
> writer discovered these? because we just do steps and if we try to e.g. use 
> another version then we are not sure about patches and switches, right?

Yes, just follow the book and you'll be fine. As you gain more
experience and learn more you'll begin to understand more about how it
all works and you'll learn (through trial and error) what you can
change and what you should leave alone.

> 
> One more thing; sometimes I know why to run the script but I don't know how 
> script works exactly. the main example is sed. I know it edits streams to 
> replace or remove something but it's command in book is complicated for me at 
> this time to understand. Is it essential to understand how it exactly works?

No, you don't need to understand. But if you're interested there are
lots of good resources available online:
http://sed.sourceforge.net/sed1line.txt
And indeed some good old fashioned books that you could read:
http://www.amazon.co.uk/Mastering-Regular-Expressions-Jeffrey-Friedl/dp/0596528124/
http://www.amazon.co.uk/sed-Nutshell-Handbooks-Dale-Dougherty/dp/1565922255/

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to