#!/bin/bash while read f do f="${f#/}"; f="${f%/}"; md5sum "$f" done <