> > Can anyone rattle this off of the top of their head?
> 
> `ls -t myfile*.txt | head -1` might work for you.
> 
> > 

ls -t by itself may give you more than one filename per line. 
Use ls -t1
that will assure you get only one file name output from head.

Dennis K

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.com.mx/ 

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to