Created
February 1, 2012 22:44
-
-
Save danslimmon/1719937 to your computer and use it in GitHub Desktop.
union
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
dan@george:~$ echo union > foo.csv | |
dan@george:~$ file foo.csv | |
foo.csv: ASCII c program text | |
dan@george:~$ echo onion > foo.csv | |
dan@george:~$ file foo.csv | |
foo.csv: ASCII text | |
dan@george:~$ echo function > foo.csv | |
dan@george:~$ file foo.csv | |
foo.csv: ASCII text | |
dan@george:~$ echo typedef > foo.csv | |
dan@george:~$ file foo.csv | |
foo.csv: ASCII text | |
dan@george:~$ echo register > foo.csv | |
dan@george:~$ file foo.csv | |
foo.csv: ASCII text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment