minus-square0day@programming.devtolinux4noobs@programming.dev•How to read terminal output from the beginning?linkfedilinkarrow-up1·20 days agoYou could pipe it to less. somecommand | less Or if you want only the beginning or end of output, use head or tail. linkfedilink
You could pipe it to
less
.somecommand | less
Or if you want only the beginning or end of output, use
head
ortail
.