| |
����� �������� ����� � ������������ ���� � �� ��������� ���, �� ������ ��������������� �������� »:
command >> ���_�����
� ���������� ���������� ������� ����� ����� �������� � ����� �������������
�����. ���� ���� �� ����������, �� �� ����� ������. ��������, ���������� ���
�������� ����� � ������� ������� cat. ������� cat ��������
���������� ������, ����� ������� �������� �� �����������, � ����������� �����.
���� ��� ����������, �� ��� �������� ����������� ���� � ����������� �����.
������� ��������� ������� cat ��� ��������������� ������. �����
���������� ����� trial2 ��������� ����� ��������� ������ � ���� trial1 ���
���������� ������� cat ��� ������ rtial2, ������������ ����� � ����
trial1:
$ cat trial1
This is the first line of trial1.
Hello.
This is the last line of trial1.
$
$ cat trial2
This is the beginning of trial2.
Hello.
This is the end of trial2.
$ cat trial2 >> trial1
$ cat trial1<CR>
This is the first line of trial1.
Hello.
This is the last line of trial1.
This is the beginning of trial2.
Hello.
This is the end of trial2.
$