Odpowiedzi:
Aby zapisać tylko sekcję aktualnie wyświetlaną w twoim terminalu, możesz użyć |
polecenia.
Od man less
:
| <m> shell-command
<m> represents any mark letter. Pipes a section of the input file to the given
shell command. The section of the file to be piped is between the first line on the
current screen and the position marked by the letter. <m> may also be '^' or '$' to
indicate beginning or end of file respectively.
If <m> is '.' or newline, the current screen is piped.
|
(symbol rury).
znak, aby wybrać tylko to, co jest widoczne na twoim terminalu (lub po prostu naciśnij Enter)tee
aby zapisać do pliku nptee /tmp/section_of_big_file.txt
Sekwencja ze zrzutami ekranu:
cat foo | less -o bar
gdziebar
jest plik wyjściowy ifoo
plik wejściowy?