CNWHUD/shell-frags/NewShellProject/includes/LookupKv.sh

14 lines
177 B
Bash
Raw Normal View History

2023-11-25 18:01:51 +00:00
#!/bin/bash
function LookupKV()
{
#Arguments:
#$1 <path to key/value table>
#$2 unique record identifier
#Returns:
#Variable/array containing all the values in the record
}