I am using the following command to filter out all " characters from a record and would like to do something simular by filtering any leading spaces in a record. In most cases the space will not exist but sometimes will be present. I have done this before but can not get it correct.
Filters " characters from record
classification=`echo "$classification"|sed -e 's/"//g'`
Start Free Trial