home.social

#clipower — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #clipower, aggregated by home.social.

fetched live
  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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