finding last edited file on unix CLI October 16, 2014October 14, 2014 by Ersin Akyüz to find last edited file in a folder on unix CLI: `ls -1t | head -1` to edit the file: more `ls -1t | head -1`