
10-14-2008
|
|
Shell programmer, author
|
|
|
Join Date: Mar 2007
Location: Toronto, Canada
Posts: 2,361
|
|
printf is built into all the major shells; ls is always an external command and therefore slower.
It is also overkill, since the shell expands the wildcard and sorts the file list.
|