Skip to content

Instantly share code, notes, and snippets.

@awreece
Created February 26, 2013 04:49
Show Gist options
  • Save awreece/5035986 to your computer and use it in GitHub Desktop.
Save awreece/5035986 to your computer and use it in GitHub Desktop.
$ for i in {01..70}; do ssh ghc$i 'locate libkdb5.so.5 >/dev/null'; if [ $? -ne 0 ]; then echo ghc$i; fi done 2>/dev/null
ghc01
ghc02
ghc03
ghc04
ghc05
ghc08
ghc09
ghc10
ghc11
ghc12
ghc13
ghc16
ghc27
ghc28
ghc29
ghc30
ghc31
ghc32
ghc33
ghc34
ghc35
ghc36
ghc37
ghc38
ghc46
ghc49
ghc54
ghc56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment