Weedy <[email protected]> writes: > $ openssl dgst -sha256 ubcd535.iso | awk '/^SHA256/ { > gsub(/^SHA256\(/,"",$1); gsub(/\)\=/,"",$1); print $2" "$1 }'
Or sed -E 's/.*\((.*)\)= (.*)/\2 \1/' -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
