Distracted, But Not Totally
November 26, 2014 —
Greg Haas
I got a little distracted from awk, sed and bash scripting. I fell back into learning more Javascript but did so in a way that helped me understand regex. Yay!
I made this little ditty: Random Paragraphs from Alice's Adventures in Wonderland
But for reading with your family you may want the ordered version: Alice's Adventures in Wonderland.
awk, sed, etc.
November 23, 2014 —
Greg Haas
The next bit in this project is to learn to understand what's going on with awk
, sed
and regex
.
Back down I go.
Tags: files, policy, learn, bash
Bashing By Example
November 19, 2014 —
Greg Haas
Carlos Fenollosa has written a Bash scrip that handles blog posting.
I want to learn bash scripting, in particular, file handling, to serve up policy files for a school district. I hope to learn from Carlos.