Skip to content

Instantly share code, notes, and snippets.

@wisq
Created March 29, 2012 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wisq/2238096 to your computer and use it in GitHub Desktop.
Save wisq/2238096 to your computer and use it in GitHub Desktop.
% ls
cache-fm/ crawl/ git-up/ misc/ ruby-build/ ssh-ride/ zsh-completions/
% ruby -e 'p IO.popen("echo *", &:read)'
"cache-fm crawl git-up misc ruby-build ssh-ride zsh-completions\n"
% ruby -e 'p IO.popen(["echo", "*"], &:read)'
"*\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment