Created
January 21, 2015 16:48
-
-
Save brixen/82da2f8c393f8f21105c 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
CLM-bshirai:rubinius bshirai$ bin/rbx | |
vm_backtick: infocmp -C | |
vm_backtick: infocmp -C -r | |
vm_backtick: infocmp -C -r | |
vm_backtick: stty size | |
vm_backtick: infocmp -C -r | |
vm_backtick: stty -a | |
vm_backtick: stty -a | |
vm_backtick: stty -g | |
vm_backtick: stty -a | |
vm_backtick: stty -a | |
vm_backtick: stty -echo -icrnl cbreak pass8 -ixoff | |
irb(main):001:0> `ls foo.txt` | |
vm_backtick: stty gfmt1:cflag=4b00:iflag=6b02:lflag=200005cf:oflag=3:discard=f:dsusp=19:eof=4:eol=ff:eol2=ff:erase=7f:intr=3:kill=15:lnext=16:min=1:quit=1c:reprint=12:start=11:status=14:stop=13:susp=1a:time=0:werase=17:ispeed=38400:ospeed=38400 | |
vm_backtick: ls foo.txt | |
ls: foo.txt: No such file or directory | |
=> "" | |
vm_backtick: stty -a | |
vm_backtick: stty -g | |
vm_backtick: stty -a | |
vm_backtick: stty -a | |
vm_backtick: stty -echo -icrnl cbreak pass8 -ixoff | |
irb(main):002:0> "a" | |
vm_backtick: stty gfmt1:cflag=4b00:iflag=6b02:lflag=200005cf:oflag=3:discard=f:dsusp=19:eof=4:eol=ff:eol2=ff:erase=7f:intr=3:kill=15:lnext=16:min=1:quit=1c:reprint=12:start=11:status=14:stop=13:susp=1a:time=0:werase=17:ispeed=38400:ospeed=38400 | |
=> "a" | |
vm_backtick: stty -a | |
vm_backtick: stty -g | |
vm_backtick: stty -a | |
vm_backtick: stty -a | |
vm_backtick: stty -echo -icrnl cbreak pass8 -ixoff | |
irb(main):003:0> o = Object.new | |
vm_backtick: stty gfmt1:cflag=4b00:iflag=6b02:lflag=200005cf:oflag=3:discard=f:dsusp=19:eof=4:eol=ff:eol2=ff:erase=7f:intr=3:kill=15:lnext=16:min=1:quit=1c:reprint=12:start=11:status=14:stop=13:susp=1a:time=0:werase=17:ispeed=38400:ospeed=38400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment