Hi guys.
I just discovered a syntax highlight bug in a bash script syntax. The problem apparently is that the if= flag of dd is being confused with a if statement.
A simple test code is:
dd bs=446 count=1 if=/dev/sdX 2>/dev/null |sum|awk '{print $1}'
Best regards.