Saturday, 16 December 2017

Learning Linux - REGEX, the core Linux skill you need to build all your other skills on

Learning Linux - REGEX, the core Linux skill you need to build all your other skills on
http://linuxtechlab.com/bash-scripting-learn-use-regex-basics/

5 comments:

  1. RegEx is the part I hate most about Linux. I avoid it like the plague.

    ReplyDelete
  2. Regex is a pain... But learning some of the simple aspects can be huge.

    ReplyDelete
  3. Yeah I learn the minimum I can get away with.

    ReplyDelete
  4. Daniel Bull "Why do I have to run through this swamp! Why can't I just be a Jedi?!"

    ReplyDelete
  5. One of the key roles of a programming language or interface is to allow machines to communicate with humans in an unambiguous, readable, clear way. I don't find regex to be any of those things, therefore my time is better spent on some of the other methods of human machine interfacing linux has available.

    ReplyDelete