Documentation for Anduril Bash API functions

Thu 26 Oct 2023 02:52:04 AM UTC

functions.sh: Anduril related functions.

These functions make it easy to create BASH components in the Anduril framework.


addarray


createarrayindex


export_command


exportarraykeys


forarray


getarrayfiles


getarrayfile


getarraykeys


getarraykeyindex


getbundlepath


getinput


getmetadata


getoutput


getparameter


gettempdir


gettempdir-local


writeerror


writelog


generic.sh: Non-Anduril, generic functions

These functions may come handy, even in your interactive shell


calc


csvcoln


filesize


iscmd


stringtomap


tsvkit.sh: Tab sebarated file functions, wrappers for csvkit

To use the tsv- commands, install csvkit:

sudo apt-get install python-pip; sudo pip install csvkit


c2t


header


noheader


tsvecho


tsvstrip


tsvtranspose


tsvhead


tsvtail


tsvcut


tsvformat


tsvgrep


tsvjoin


tsvlook


tsvquery


tsvsort


tsvstack


tsvfold


tsvdims

Generated: Thu 26 Oct 2023 02:52:04 AM UTC