Skip to content

Marc Abramowitz

  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing

Tag: bash

bash

Check for modifications in a bunch of locally cloned git repos

Today's random tech tip of the day - how to check whether you have modifications in a bunch of different locally cloned git repos: ❯ for x in *; do echo $x ; ( cd $x; git status -s ); done contentsvc jobsvc M supervisor.conf...
Marc 2014-08-14
General

bash: Displaying the time at which historical commands were executed

Yesterday's find. This will be indispensable the next time I wonder how long a command took which I forgot to time. Or the next time I want to know when a certain change went into effect. $ HISTTIMEFORMAT="[%s] [%Y-%m-%d...
Marc 2012-02-182012-02-18
Theme: flowp by Alex Gurghis.
  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing