how to remove the inital cahracter in shell script code example Example: bash remove first character from line sed 's/^.\{5\}//' logfile