Instead of using $post = JRequest::get('post')
to get all $_POST, you should use $post = JFactory::getApplication()->input->getArray(array())
in Joomla 3.X.
Show the list of files
ls -t1
This will list all files ordered by access time
head -n 5
list the latest 5 files in the directory