.___ ____ ___.____    .___     _____                       
|   |    |   \    |   |   |   /  _  \ ______ ______  ______
|   |    |   /    |   |   |  /  /_\  \\____ \\____ \/  ___/
|   |    |  /|    |___|   | /    |    \  |_> >  |_> >___ \ 
|___|______/ |_______ \___| \____|__  /   __/|   __/____  >
                     \/             \/|__|   |__|       \/ 


https://apps.iuli.ac.id


--

To see the last 10 lines of a long file, use "tail filename". To see the
first 10 lines, use "head filename". To see new lines as they're appended
to a file, use "tail -f filename".
		-- Dru