ersin.fr
msgbartop
just my personal notebook…
msgbarbottom


14 Oct 14 finding last edited file on unix CLI

Advertisements

to find last edited file in a folder on unix CLI:

`ls -1t | head -1`

to edit the file:

more `ls -1t | head -1`