facebook youtube pinterest twitter reddit whatsapp instagram

Week 14 Update

Week 14 was more about filters in bash scripting, a filter can take either standard input (your keyboard) or the contents of one or more files, the input just gat to come from somewhere, be it a keyboard input, a file, or an output from another program.

It then performs some processing on the above data, the different processing is what separates one filter program from the other. The below are the guides I covered in week 14:

I am pretty done with the essentials of bash scripting, but there are one or two concepts I need to iron out, then I would start writing bash scripts heavily to automate my system admin workflow, see ya on the bright side ;)

Related Post(s)

  • Week 15 (Final Update)

    It is crazy how far I have come, it looks like yesterday to me :) I finally mastered the essentials of bash scripting. In week 6 I said I was tired of doing repetitive tasks manually, and I decided t

  • Week 12 Update

    I am super happy with my progression on bash scripting, and I promised on Week 11 that I have more bash scripting loading, and here it is. I created a script optimizes images in bulk, It was intende

  • Week 13 Update

    Yh, I am into functions in bash, but I still have more to learn about functions, so, for now, this is what I have: Functions in Bash Returning Values From Functions in (Bash)

  • Week 11 Update

    In week 10, I said, I wrote a couple of scripts which I'll postpone for week 11, and yeah, I did just that, I was working on a project with a colleague where we need to replace about a thousand of st

  • Week 9 Update

    Nothing much to say, I'll just keep grinding. Well, I wrote a couple of guides that I couldn't publish, so, I'll probably save that for other weeks, here are week 9 guides: Sourcing With Bash Local

  • Week 10 Update

    I wrote a couple of script that couldn't make it into this week, so, I'll postpone that for the coming weeks, here are week 10 guides: Simple Conditional Execution With (Command Lists) Check If Vari