Y
Hacker News
new
|
ask
|
show
|
jobs
by
panki27
238 days ago
My most used function is probably the one I use to find the most recent files:
lt () { ls --color=always -lt ${1} | head }