linuxfinding last edited file on unix CLI Ersin Akyüz / October 14, 2014 to find last edited file in a folder on unix CLI: `ls -1t | head -1` to edit the file: […]