Good afternoon,
I'm new to linux commands, I need to view more than one file, I can currently use it to view 1 file:
tail -f pasta/arquivo
I would like to be viewing 2 or more files, something like:
tail -f pasta/arquivo1 pasta/arquivo2 pasta/arquivo3
Is it possible to do something like this?