<div dir="ltr">I started with ksh as a shell, and there are some great ksh books out there.  I picked up the bash eccentricities via the bash man page (read in a browser while sitting in an airport).  I highly recommend reading the bash man page once you get the basics down.  It is incredibly good.<div><br></div><div>For basic stuffs, you can start with the ibm developerworks pages on bash.</div><div><a href="http://www.ibm.com/developerworks/library/l-bash.html">http://www.ibm.com/developerworks/library/l-bash.html</a><br></div><div><a href="http://www.ibm.com/developerworks/library/l-bash2.html">http://www.ibm.com/developerworks/library/l-bash2.html</a><br></div><div><a href="http://www.ibm.com/developerworks/library/l-bash3.html">http://www.ibm.com/developerworks/library/l-bash3.html</a><br></div><div><br></div><div>These pages are pretty basic, but concentrate on examples and are well-written enough that you can power through them.</div><div><br></div><div>I would love to point you at a good book, but I haven't found one for bash.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 2, 2015 at 1:13 AM, Michael Havens <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Could you make an educated recommendation as to a tutorial/manual I could use?<div>a quick search (learn BASH) turned up a great many but I do not know if they are any good. I mean I looked here> <a href="http://linuxcommand.org/lc3_learning_the_shell.php" target="_blank">http://linuxcommand.org/lc3_learning_the_shell.php</a> , but what makes it any better/worse than here> <a href="http://ryanstutorials.net/linuxtutorial/" target="_blank">http://ryanstutorials.net/linuxtutorial/</a></div><div>or here> <a href="http://tldp.org/LDP/abs/html/" target="_blank">http://tldp.org/LDP/abs/html/</a> ? I beleive this last one is the most authoritative but that also often means not newbie-friendly.</div></div><div class="gmail_extra"><br clear="all"><div><div>:-)~MIKE~(-:</div></div><div><div class="h5">
<br><div class="gmail_quote">On Mon, Mar 2, 2015 at 12:10 AM, koder <span dir="ltr"><<a href="mailto:iscreamkid@gmail.com" target="_blank">iscreamkid@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    I would second James' reccomnedations.<br>
    <br>
    Learning bash scripting gives a tool for knowing and controlling
    your system.<br>
    <br>
    Once you learn one language the others come easier because you
    understand the principles.<br>
    <br>
    Python, java, ruby and the plethora of new languages will give you
    more options.<br>
    <br>
    I am not sure if Awk is technically a language or not, and it is a
    bear, but you can use it to make your system whistle Dixie. I am
    constantly astounded with what some of the PLUG people do with it.<br>
    <br>
    Harold<div><div><br>
    <br>
    <div>On 03/02/2015 12:01 AM, James Mcphee
      wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">If you use linux as your desktop, I'd recommend
        learning bash.  That will give you a good grounding on basic
        things like conditionals, loops, variables, etc.  Eventually
        that will run out of steam and I'd recommend picking up a more
        powerful language that has nice things like solid libraries and
        isn't saddled with trying to be interactive.  Examples would be
        python, ruby, or groovy.
        <div><br>
        </div>
        <div>I would stay away from C, etc unless you want to deal with
          hardware eccentricities.  It is ABSOLUTELY worth it once you
          have a good grounding, but speaking as someone who learned C,
          but couldn't code his way out of a paper bag until he learned
          other languages and then came back to C, I highly recommend
          not picking it up until you've mastered one of the higher
          level languages.</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Sun, Mar 1, 2015 at 10:47 PM,
          Michael Havens <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">I am tackling a hard task. I was talking with
              someone on IRC and this is part of the exchange we had:
              <div><br>
              </div>
              <div>
                <div><bmike1> I've decided I need to learn
                  scripting before I do the other wargames</div>
                <div><bmike1> what do you think? BASH or Python?</div>
                <div><doskop> both have their applications</div>
                <div><doskop> although I hardly use advanced bash
                  scripts to solve challenges</div>
                <div><doskop> so I'd go for python</div>
                <div><doskop> if you're interested in the other
                  overthewire wargames... understanding php is pretty
                  much a requirements for natas<br>
                </div>
                <div><doskop> for the other OTW wargames, some
                  understanding of C, C++ and/or assembly is very useful<br>
                </div>
                <div><br>
                </div>
                <div>So I need to learn a few things.</div>
                <div>Does anyone have any personal experience with
                  learning any of these on your own or have you gone
                  through a book and thought, 'Gosh, I wish they would
                  have taught me that way.' If so please, share with the
                  class.</div>
                <div>
                  <div>:-)~MIKE~(-:</div>
                </div>
              </div>
            </div>
            <br>
            ---------------------------------------------------<br>
            PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
            To subscribe, unsubscribe, or to change your mail settings:<br>
            <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div>James McPhee<br>
          <a href="mailto:jmcphe@gmail.com" target="_blank">jmcphe@gmail.com</a></div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>---------------------------------------------------
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a>
To subscribe, unsubscribe, or to change your mail settings:
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></pre>
    </blockquote>
    <br>
  </div></div></div>

<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br></div></div></div>
<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">James McPhee<br><a href="mailto:jmcphe@gmail.com">jmcphe@gmail.com</a></div>
</div>