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, 5 months agobatmantm
Highly Voted 1 year, 5 months agomtempeo
Most Recent 10 months, 3 weeks ago[Removed]
1 year, 2 months agoblalw
1 year, 3 months agoflox
1 year, 2 months agoElvkoo
1 year, 4 months agoSliking
1 year, 4 months agogeex
1 year, 2 months ago