#6 in Linux & UNIX administration books
Use arrows to jump to the previous/next product

Reddit mentions of Shell Scripting: How to Automate Command Line Tasks Using Bash Scripting and Shell Programming

Sentiment score: 2
Reddit mentions: 2

We found 2 Reddit mentions of Shell Scripting: How to Automate Command Line Tasks Using Bash Scripting and Shell Programming. Here are the top ones.

Shell Scripting: How to Automate Command Line Tasks Using Bash Scripting and Shell Programming
Buying options
View on Amazon.com
or
Specs:
Release dateSeptember 2015

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Shell Scripting: How to Automate Command Line Tasks Using Bash Scripting and Shell Programming:

u/amazon-converter-bot ยท 2 pointsr/FreeEBOOKS

Here are all the local Amazon links I could find:


amazon.co.uk

amazon.ca

amazon.com.au

amazon.in

amazon.com.mx

amazon.de

amazon.it

amazon.es

amazon.com.br

amazon.nl

amazon.co.jp

Beep bloop. I'm a bot to convert Amazon ebook links to local Amazon sites.
I currently look here: amazon.com, amazon.co.uk, amazon.ca, amazon.com.au, amazon.in, amazon.com.mx, amazon.de, amazon.it, amazon.es, amazon.com.br, amazon.nl, amazon.co.jp, if you would like your local version of Amazon adding please contact my creator.

u/agopo ยท 1 pointr/bash

Thanks for the advice! I'm still new to bash scripting and can make use of that. The "put your then's and do's on the same line as your for's and if's and while's" for example makes a lot of sense, coming to think about it.

Also, in #bash they told me the same thing about variables: Only systemwide variables like EDITOR or PATH should be uppercase, else lowercase. Guess Jason Cannon's "Shell Scripting" was wrong about that. ;)

Keeping my own index file is what I plan to do next. Again, the #bash elders advised something similiar: To keep all mp3s filenames in an array. That might hog some memory but it supposedly faster than searching the whole filesystem.