For the complete documentation index, see llms.txt. This page is also available as Markdown.

Monitoreo

Archivos

tail -f <file>
tail -n <number-of-lines> <file>

Ejecución de comandos

watch <command>
watch -n <number-of-seconds> <command>

Última actualización