1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
red
red
7 years ago

jpeginfo -c pipeliner.jpg | awk ‘{ if ($9 == “[OK]”) { printf “The Transporter Beams are crossed again, Captain!\n” } else { printf “CORRUPT FILE\n” } } ‘