Created
February 13, 2017 01:10
-
-
Save greymd/be78e0242f892dda2edff4a9392d7510 to your computer and use it in GitHub Desktop.
VimShell-gei study
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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