Linux Basic Command: "head" & "tail"

Publicado em: 22 Maio 2020
no canal de: Virtu Mentor
98
6

head - output the first part of files

head print default first ten lines of output

We can also print specific numbers of line using below command
(Here we are printing 5 lines, you can change number of lines

$ head -5 messages

tail - output the last part of files

tail print default first ten lines of output

We can also print specific numbers of line using below command
(Here we are printing 5 lines, you can change number of lines

$ tail -5 messages

Sometimes, we need continuously print last lines from log file during troubleshooting
Here, we can use parameter -f with tail command
$ tail -f messages

We also have command for this
$ tailf messages


Thank you!


Nesta página do site você pode assistir ao vídeo on-line Linux Basic Command: "head" & "tail" duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Virtu Mentor 22 Maio 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 98 vezes e gostou 6 espectadores. Boa visualização!