Skip to content

Instantly share code, notes, and snippets.

@rickhull
Created June 13, 2015 02:12
Show Gist options
  • Save rickhull/ed5ccad6c4c8ca478332 to your computer and use it in GitHub Desktop.
Save rickhull/ed5ccad6c4c8ca478332 to your computer and use it in GitHub Desktop.
rwh@search-devops:/tmp/rubytest$ ls > /tmp/output
rwh@search-devops:/tmp/rubytest$ cat /tmp/output
bin
include
lib
share
rwh@search-devops:/tmp/rubytest$ ls | tee /tmp/output
bin
include
lib
share
rwh@search-devops:/tmp/rubytest$ cat /tmp/output
bin
include
lib
share
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment