Skip to content

Instantly share code, notes, and snippets.

@greymd
Created February 13, 2017 01:10
Show Gist options
  • Save greymd/be78e0242f892dda2edff4a9392d7510 to your computer and use it in GitHub Desktop.
Save greymd/be78e0242f892dda2edff4a9392d7510 to your computer and use it in GitHub Desktop.
VimShell-gei study
$ seq 10 | vim - -es +'2,4!xargs' +'4,6!awk "\$0=\$0*2" | xargs' +'$!gfactor' +%p +q! | sed 1d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment