|
You can display the following usage instructions by starting BIXTEP with the –help option. BIXTEP - Bash Intelligent XML Text Processor, version 0.1
Usage: sh bixtep.sh [ -f <filename> ] [OPTION]
Options:
-l | --list
show a list of all items
-s | --search <searchstring> <output length>
search for a string
-d | --display <item id> <type: [a]ttribute | [e]lement> <fieldname>
display an attribute or a field of an item
-e | --edit <item id> <type: [a]ttribute | [e]lement> <fieldname> <new content>
replace the content of an item's attribute or field
-a | --add <content type> <(fieldset) field1, field2, field3, ...>
add a new content type with a specified fieldset
-del | --delete <item id>
delete an item
-n | --neighbour <item id> <previous | next>
find neighbouring items
-kr | --keywordrelations <item id> <array | output>
find the relations of an item based on shared keywords
-fr | --fieldrelations <item id> <get | find>
find the field relations of an item
Take a BIXTEP.
|