for file in do md5sum

s$ cat l
for file in a*
do
md5sum $file
done

bash l
d41d8cd98f00b204e9800998ecf8427e  a1
d41d8cd98f00b204e9800998ecf8427e  a2

Comments

Popular posts from this blog

15 managing disk - understanding /etc/fstab xfs_admin mount -o rw,remount /

tomcat catalina coyote jasper cluster

list services on startup | initctl list | service --status-all | systemctl list-unit-files --type=service