Reply To: Audioscrobbler/Last.FM Support with Portable_Player_Logging

#5407
riro
Participant

OMG.

Mental note: copy/paste… and copy/paste without changing lines.

My problem-code

awk -F '|' '{ printf %st%st%st%st%dtLt%sn",$1,$2,$3,$4,$5/600,$6 }'

The code i should use:

awk -F '|' '{ printf "%st%st%st%st%dtLt%sn",$1,$2,$3,$4,$5/600,$6 }'

I “forgot” the ” right after printf.