Christian Perrier wrote:
> What is the clean way to do lowercase(firstname) according to you. I
> think this is the simplest thing to do.

db_get passwd/user-fullname
echo "$RET" | sed 's/ .*//' | tr A-Z a-z

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to