# Monitoreo

## Archivos

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

## Ejecución de comandos

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