Um exemplo de teste usando a opção de saída do arquivo de gravação append
.
Condições iniciais:
doug@s15:~$ cat cccc
this is file cccc.
doug@s15:~$ cat bbbb
this is file bbbb.
Agora, nano cccc
e, em seguida, Ctrl + O , seguido por CTRL + X , seguido por Esc então A mas mude isto:
File Name to Append to: cccc
Para isso:
File Name to Append to: bbbb
E então Enter seguido por CTRL + X
Veja isto:
doug@s15:~$ cat bbbb
this is file bbbb.
this is file cccc.
Nota: Existem outras combinações de teclas para alcançar o mesmo resultado final. Veja o arquivo de ajuda em nano
, um segmento extraído abaixo:
The notation for shortcuts is as follows: Control-key sequences are
notated with a caret (^) symbol and can be entered either by using the
Control (Ctrl) key or pressing the Escape (Esc) key twice. Escape-key
sequences are notated with the Meta (M-) symbol and can be entered using
either the Esc, Alt, or Meta key depending on your keyboard setup.