bash remove first character from line

Shell
sed 's/^.\{5\}//' logfile 
Source

Also in Shell: