4 Name: Anonymous 2024-04-24 20:56
cpu% sed '1 c\
this is a test \
file written with sed as echo \
it has newlines and everything' /dev/osversion > file1
cpu% sed -e 's/test/a second/' -e 's/written/modified/' -e 's/with/by/' -e 's/as echo//' file1 > file2
cpu% sed '$ q' file1 file2 > file3
cpu% sed '$ q' file3
this is a test
file written with sed as echo
it has newlines and everything
this is a second test
file modified by sed
it has newlines and everything
cpu%
rm /bin/cat /bin/echo for literally no reason at all.
| tr 'a-z' 'A-Z'
| yourbashcommand
may as well use emacs evil modenot 31 but emacs is an entirely different environment to neovim/vim... i do understand your point, however it sorta doesn't make sense to make such a statement, especially when the target audience is usually very different
the target audience is usually very different
the weirdness of their spins has gotten more and more out of hand with each one-upping. to those who live in the town it all seems very rational as everyone who lives there is either a part of gnome's or kde's cult.GNOME has gone insane, while KDE... well, was never quite sane.
but I'm also interested in some of the lesser known text editorsMaybe try out Joe's Own Editor. It has enough editing features to make fast and efficient editing possible, runs everyhwere, has different themes, syntax highlighting and a config file, as well as convenient settings menu and toggle-able help menu, when needed. It has default keybinds like the Borland IDEs, but can emulate other editors as well (it's worth learning the default keybinds though, they are the best)
many features that I'll never use
I can't wrap my head around structural regular expressions or I would probably be using vis (https://github.com/martanne/vis) by now