Warning: Trying to access array offset on value of type bool in
/home/public/screen/inc/html.php on line
1164
Warning: Trying to access array offset on value of type bool in
/home/public/screen/inc/html.php on line
1168
Warning: Trying to access array offset on value of type bool in
/home/public/screen/inc/html.php on line
1171
Warning: Trying to access array offset on value of type bool in
/home/public/screen/inc/html.php on line
1172
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1453
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1454
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1457
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1458
Differences
This shows you the differences between two versions of the page.
|
|
commands:readreg [2010-12-29 06:41] 58.42.232.80 cmpySbBWSkcUZs |
commands:readreg [2021-02-15 11:36] (current) |
50wzdu <a href="http://ujeiudmyojrn.com/">ujeiudmyojrn</a>, [url=http://xgxehcdhozpo.com/]xgxehcdhozpo[/url], [link=http://lbcvsqomgfye.com/]lbcvsqomgfye[/link], http://tvpdmqikriez.com/ | ====== readreg ====== |
| |
| ===== Default Keybindings ===== |
| |
| None. |
| |
| ===== Syntax ===== |
| |
| * ''**readreg** [-e //encoding//] [//register// [//filename//]]'' |
| |
| ===== Description ===== |
| |
| Does one of two things, dependent on number of arguments: with zero or one |
| arguments it it duplicates the paste buffer contents into the register |
| specified or entered at the prompt. With two arguments it reads the |
| contents of the named file into the register, just as |
| ''[[commands:readbuf]]'' reads the [[commands:bufferfile|screen-exchange |
| file]] into the paste buffer. You can tell ''screen'' the encoding of the |
| file via the ''-e'' option. |
| |
| |
| ===== Examples ===== |
| |
| The following example will paste the system's password file into the |
| ''screen'' window (using register ''p'', where a copy remains): |
| |
| ''[[commands:colon|C-a :]] readreg p /etc/passwd''\\ |
| ''[[commands:colon|C-a :]] [[commands:paste]] p'' |
| |
| ===== See Also ===== |
| |
| * [[:Text Exchange]] |