Skip to content

Marc Abramowitz

  • My software
    • Lexitaire
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
  • Writing
Lexitaire iconLexitaire — my word game for iPhone, iPad, Mac, and Apple TV. Learn more.

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

DreamHost VPS: Your Server, Your Way

Popular Topics

  • Programming
  • Mac
  • Linux
  • Windows
  • Productivity
  • Python
Theme: flowp by Alex Gurghis.
  • My software
    • Lexitaire
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
  • Writing