Retrospect: the main door
Self-tutoring about people and events from the past: the tutor reflects… When I went to elementary school on the base, we never entered by a hallway entrance; rather, we had to wait outside our classroom to be let in by …
Self-tutoring about people and events from the past: the tutor reflects… When I went to elementary school on the base, we never entered by a hallway entrance; rather, we had to wait outside our classroom to be let in by …
Self-tutoring about Linux: the tutor mentions braces. On the system I use, { Enter will open up a subshell into which you can enter one command per line, as if in a script file. On the last line I just …
Self-tutoring about awk: the tutor mentions the if(var) condition. Some computer languages allow if(x) as a condition; others insist an explicit comparison, such as if(x!=0). In my experience, awk allows if(x).
Self-tutoring about Canadian amphibians: the tutor reflects… When I was a kid in PEI, I don’t recall seeing frogs or toads, or hearing them at night. Then again, where I happened to live, there weren’t really any marshes, swamps, etc. …
Self-tutoring about [Li|U]nix: the tutor continues about grep capabilities. On the system I use, the + (one or more) operator will work with grep if escaped. With the -E option you don’t have to escape it. Therefore, grep “^t\w\+[.]txt” will …
Self-tutoring about Linux and Unix: Can one use Perl’s amazing regex features with grep? Perhaps some of them: the tutor begins… Perl’s convenient \w and \d work with grep, as-is, on the system I use. Frankly, I’m impressed with what …
[Li|U]nix: grep, part 2: a bit about character classes Read more »
Self-tutoring about VS-Code: the tutor mentions a workaround. I’m not sure I want to disable auto-correct in VS-Code, but I want to prevent it sometimes, without experimenting with settings. What to do? I find that, if I type a word, …
Self-tutoring about Unix: the tutor continues about grep. After reading my post from yesterday, I was in disbelief. I even tried the command there several more times – it works every time. grep isn’t necessarily expected to support alternation – …
Self-tutoring about [Li|U]nix: the tutor begins about grep. grep string filename looks for the string in the file called filename. The string can be a regular expression. In my experience, a regex needs to be quoted. For instance, on the …
Self-tutoring about people and events from the past: the tutor reflects…. The massasauga rattlesnake is either threatened or endangered, depending on who you talk to and where. It inhabits wetlands in extreme Southern Ontario and the Midwest (one reason, no …
Retrospect: the massasauga rattlesnake(?), part 1 Read more »