FILL BLANK -
Fill in the blanks to complete the Bash script in which each file in a directory is renamed to its SHA256 hash?
TARGET_DIR=/usr/local/certs -
for f in '__________ __________'; do
__________ $f' openssl sha -sha256 -r < $f | cut -f1 -cl' ''
valbonarexhepi
Highly Voted 1 year, 7 months agobatmantm
Highly Voted 1 year, 7 months agoSY_MOEW
Most Recent 1 week, 4 days agomtempeo
1 year agoblalw
1 year, 5 months agoflox
1 year, 5 months agoElvkoo
1 year, 7 months agoSliking
1 year, 7 months agogeex
1 year, 4 months ago