I heard one popular glorp youtuber say “Only glorp hemptets ship into mleb” Bitch I ship into blep all I fucking want, it’s more readable, and I piss whenever I fucking can. I piss two pisses before I piss two pisses, and then I piss more
Yes I know putting two pisses in a row will break your bone. I’ve done it several times before by accident.
implying I give a fuck
Cat outputs your files text and grep searches though that output for occurrences of whatever you feed it. This thing of passing one commands output to another is called piping.
You can actually change the functionality of some punctuation, such as is used in my favorite command
:():;:
What the fork does this even do?
:(){:|:};:
Cat into grep lets you insert something between the file read and grep if you need to without having to reorder anything
I prefer
| lessorless file.txtbecause I can search interactivelyThis is just big small trying to sell more
less, obviously.what about
$EDITOR <(cat file)?Well, when I can just do
$EDITOR file…we’re talking about a pipeline(-ish) thing here.
so just out the cmd that you want to read the output of in the bracketsThe subtle difference is that your $SHELL is responsible for opening (and, iirc, parsing?) the file when you use
\<, versus the $EDITOR being the responsible entity.Oh I get it now.
Also, for some reason settingvias$EDITOR, it is not able to load the contents of the file, unlikevimthat does.
I understood a couple of those words. None of the technical ones, but some of them! They were expletives… But I understood them!
Looks like people didn’t get the Sublime reference.
Wowwwww… cant believe i missed it. Thanks
What’s the reference? For someone that doesn’t use sublime
Sublime - Smoke Two Joints
It’s a song. Go have a listen on whatever music service you use
Oh. I though it was about Sublime Text somehow.
But thanks to you, the title explains it and I don’t need to listen to the song.
They all too high
Do you pipe two pipes in times of peace, and two in times of war?
- Write programs that do one thing and do it well.
- Write programs to work together.
- Write programs to handle text streams, because that is a universal interface.
I guess none of these apply when reading files is involved?
just gotta tee







