klotz: bash* + hacks*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. Use large language models embedded in single-file executables from the command line to perform tasks like renaming images based on their visual content
  2. string split on first space:
    arg1: echo "${var% *}"
    arg2: echo "${var#* }"
    2023-02-20 Tags: , , , by klotz
  3. ( cmdpid=$BASHPID; (sleep 10; kill $cmdpid) & exec ping www.goooooogle.com )
    2021-06-29 Tags: , , , , by klotz
  4. substring, replace string, etc.
    2021-03-19 Tags: , , , , , by klotz
  5. find -name "* *" -type f | rename 's/ /_/g'
    2013-04-04 Tags: , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: bash + hacks

About - Propulsed by SemanticScuttle