【文件属性】:
文件名称:sha1dir:获取目录的sha1
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-19 06:18:26
Shell
sha1dir
获取目录下所有文件的sha1签名
安装
用安装
$ ghi bpkg/sha1dir
使用安装
$ bpkg install sha1dir -g
用法
命令行:
sha1dir
[extra find options]
作为图书馆:
$ bpkg install sha1dir
source ./deps/sha1dir/sha1dir.sh
hash= $( sha1dir " ./mydir " )
例子
$ sha1dir . -name '*.txt'
e73bfbe0f7aee880b6b75e9a21840dc666752b7a
执照
The MIT License (MIT)
Copyright (c) 2014 William Casarin
Permission is hereby granted, free of cha
【文件预览】:
sha1dir-master
----README.md(2KB)
----sha1dir.sh(339B)
----package.json(154B)
----Makefile(91B)