3 replies
December 2016

DrShnitzel

It is worth mentioning that tail command have a very nice -f key which allows you to see latest entries in the specified file in real-time. It is very useful for example to monitor logs that are saved to a file. Just give it a try guys!

December 2016

davidcpell

Also wanted to point out that tree may not be on your system already. I’m on OSX and had to install it with brew install tree.

1 reply
December 2018 ▶ davidcpell

vertigon451

On Ubuntu, tree can be installed with sudo apt install tree.