General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
HalfSourLizard
DistroTube
comments
Comments by "HalfSourLizard" (@halfsourlizard9319) on "Learn These 3 Commands To Go From Terminal Noob To Power User" video.
A really useful thing to do with `sed` is something like `/{pattern}/ s/{pattern}/{template}/g` which restricts the replacement to lines matching the first pattern ... In Ed/Vi/Vim this would be `g/{pattern}/s/{pattern}/{template}/g`.
5
That certainly is an interesting set of ... unfortunate languages.
2
I mean g/re/p is just a schematic version of an Ed command.
1
s/Derek/Derk/g This is the way!
1
@Winnetou17 might as well use `tr` in that case!
1
Pretty sure that these days 'is capable of using a TTY' constitutes being a 'power user' ... all the kiddies mousing through their GUI bloatware.
1