-
-
Save xatier/3460628 to your computer and use it in GitHub Desktop.
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
$ ed foo | |
foo: 沒有此一檔案或目錄 | |
a | |
hello, ed | |
. | |
1p | |
hello, ed | |
1c | |
hello, ed, the oldest editor! | |
. | |
1p | |
hello, ed, the oldest editor! | |
w | |
30 | |
q | |
$ cat foo | |
hello, ed, the oldest editor! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment