Results 1 to 7 of 7

Thread: Ebooks for shell

  1. #1
    Join Date
    Apr 2012
    Beans
    9

    Post Ebooks for shell

    Any one know any good shell script ebooks, I mean real ones that actually teach you stuff because all Iv´e found so far dosen´t actually teach how to write real useful scripts, thanks in advance

  2. #2
    Join Date
    Aug 2011
    Location
    Melbourne, Australia.
    Beans
    Hidden!
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Ebooks for shell

    Hi,

    I guess you mean more advanced than this -

    http://www.freeos.com/guides/lsst/

    Cheers -
    PopularPages: A very handy Documentation Search Tool used by many.
    PopularPages Wiki Thread
    My New Blog

  3. #3
    Join Date
    Apr 2012
    Beans
    9

    Re: Ebooks for shell

    yea gee thanks, once again I´m surprised by the quickness of the responses thx thxs thxs a million

  4. #4
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,821
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Ebooks for shell

    You could try the advanced bash scripting guide: http://www.tldp.org/LDP/abs/abs-guide.pdf

    It taught me quite a lot.

  5. #5
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: Ebooks for shell

    Dont miss anything even it is small. one small pin is enough to bring down a man.


  6. #6
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ebooks for shell

    I find the best way to learn is to think of something you need to do on the computer in a repetitive fashion then search the forums for a script to do that.

    Take that script and modify it for your purposes and test it.

    For instance:

    "How do I move all of my music files (*.mp3) up two directories, find duplicates, then reencode them to 128 kbps?"

    By searching for "script move music files"; "script duplicate music files"; "script reencode music files" you fill get a lot of hits. For instance for duplicates:

    http://ubuntuforums.org/showthread.p...te+music+files

    When you take a script and run it you will quickly discover what needs changing and how to modify it to suit your purposes. Break the big problem down into smaller pieces (demodulation) and solve the smaller pieces individually then put them together (nesting).

    Laziness is the key. You want the script to do the work so you don't have to!
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  7. #7

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •