On Mon, 11 Jun 2012, Chris Berry wrote: > I would generally use awk to do that, something like this: > ls -alh | awk '{print $9 }' Chris, I thought of that but figured cut would be the better way. Apparenly not. Thanks, Rich