mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
shortened -e to -r
This commit is contained in:
parent
907636d7d3
commit
85d69039c6
@ -142,7 +142,7 @@ Debugging a program redirecting io to another terminal
|
||||
$ tty ; clear ; sleep 999999
|
||||
/dev/ttyS010
|
||||
## in another terminal run r2
|
||||
$ r2 \-e dbg.profile=foo.rr2 -d ls
|
||||
$ r2 \-r foo.rr2 -d ls
|
||||
## or you can use -R option
|
||||
$ r2 \-R stdio=/dev/ttys010 -d ls
|
||||
$ cat foo.rr2
|
||||
|
Loading…
Reference in New Issue
Block a user