文件名称:shash:binsh 的哈希结构
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-03 20:35:37
Shell
沙什 /bin/sh Shell 的哈希值 尽管像 BASH 这样的一些 Unix shell 支持关联数组,但在编写 shell 脚本时我想要更好的“哈希表”。 这提供了具有令人愉悦的语法的类似哈希的功能。 它与 /bin/sh 兼容,并且应该与它的所有后代兼容,例如。 BASH 和 zsh 用法 查看此示例代码: . shash.sh shash_declare dogs dogs Snoopy Beagle dogs Scooby-Doo "Great Dane" dogs Lady "Cocker Spaniel" dogs Tramp Mutt 现在您的哈希中有一些项目,您可以通过几种方式使用它们...... $ dogs Snoopy Beagle $ dogs_keys Snoopy Scooby-Doo Lady Tramp $
【文件预览】:
shash-master
----.gitignore(35B)
----shash.sh(2KB)
----example-file(355B)
----run-tests(333B)
----examples()
--------example.sh(530B)
--------small-test.sh(322B)
----sharray.sh(639B)
----README.markdown(3KB)
----my-file(74B)
----implementations()
--------shash.experimental_filestore.sh(3KB)
--------shash.crappy_vars.sh(2KB)
--------shash.implementation-stub.sh(749B)
----test()
--------sharray-functions-test.sh(866B)
--------shash-dsl-test.sh(2KB)
--------shash-functions-test.sh(5KB)
--------test-helper.sh(211B)