Well, that was a rather useful CLI construct 😎 🤓

find . -type f -exec grep -q "string_I_am_looking_for" {} \; -exec emacs {} \;

#linux #geek #emacs #fileediting #clipower #devops

Listing installed packages on Ubuntu (and others, using apt), skipping all but the package name:

apt list --installed | cut -d "/" -f 1 | grep emacs

(replace "emacs" with whatever you're looking for)

🤟🐧

#linux #devops #clipower #sysadmin #howto #opensource #foss #oss

Using a #CLI only environment after a day of shitty bright GUIs is really refreshing! #clipower