
10-13-2008
|
|
Registered User
|
|
|
Join Date: Oct 2008
Location: Orem, Utah
Posts: 73
|
|
Quote:
Originally Posted by cfajohnson
There's no need for -1 when the output of ls is not going to a terminal. In fact, there's no need for ls at all:
|
Is there a reason why
Code:
printf "%s\n" iq*.bin
is preferable to
Code:
ls iq*.bin
?
|