Skip to content

Instantly share code, notes, and snippets.

@Kagee
Created April 18, 2015 19:36
Show Gist options
  • Save Kagee/4e9611f6d91094d06315 to your computer and use it in GitHub Desktop.
Save Kagee/4e9611f6d91094d06315 to your computer and use it in GitHub Desktop.
hildenae@grune ~/tmp/tmp $ echo "a" > A
hildenae@grune ~/tmp/tmp $ echo "b" > B
hildenae@grune ~/tmp/tmp $ echo "c" > C
hildenae@grune ~/tmp/tmp $ cat *
a
b
c
hildenae@grune ~/tmp/tmp $ echo "Irssi" > *
hildenae@grune ~/tmp/tmp $ cat *
Irssi
Irssi
Irssi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment