Warning: Undefined array key 0 in
/home/public/screen/inc/html.php on line
1271
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:bufferfile [2010-01-24 02:51] (current) asciiphil created |
| | ====== bufferfile ====== |
| | |
| | ===== Default Keybindings ===== |
| | |
| | None. |
| | |
| | ===== Syntax ===== |
| | |
| | * ''**bufferfile** [//exchange-file//]'' |
| | |
| | ===== Description ===== |
| | |
| | Change the filename used for reading and writing with the paste buffer. |
| | If the optional argument to the ''bufferfile'' command is omitted, the |
| | default setting ("/tmp/screen-exchange") is reactivated. |
| | |
| | ===== Examples ===== |
| | |
| | The following example will paste the system’s password file into the |
| | ''screen'' window (using the paste buffer, where a copy remains): |
| | |
| | ''[[commands:colon|C-a :]] bufferfile /etc/passwd''\\ |
| | ''[[commands:readbuf|C-a <]] [[commands:paste|C-a ] ]]''\\ |
| | ''[[commands:colon|C-a :]] bufferfile'' |
| | |
| | ===== See Also ===== |
| | |
| | * [[:text_exchange]] |
| |