hi all
how do I display the
second output item that is produced by the following:
Code:
ls -d burger/2005* | sort -r
lets say the output is something like this:
Code:
burger/2005-01-845
burger/2005-02-464
burger/2005-02-465
burger/2005-03-846
I want to put "burger/2005-02-464" in a var.
thanks
(I just can't find the anwer on google)