Skip to content

Instantly share code, notes, and snippets.

@yuitest
Created May 11, 2014 06:16
Show Gist options
  • Save yuitest/e7754aa52bb22bef7e16 to your computer and use it in GitHub Desktop.
Save yuitest/e7754aa52bb22bef7e16 to your computer and use it in GitHub Desktop.
IPython が気持ちよかった…。
for num in range(10):
    !echo $num

これが seq 10 相当になるわけですねー。

ls, cd, rm あたりは先頭に ! をつけなくても OK みたい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment