Quote:
|
Originally Posted by cfajohnson
In any BOURNE-type shell (bash, ksh, sh, etc.):
Code:
{
read line
IFS=0123456789 read header_fname junk
} < "$FILE"
echo "$header_fname"
|
Doesn't work if the file name contains any numeric character.
Jean-Pierre.