Command Line Options

You can display the following usage instructions by starting BIXTEP with the --help option.

  1. BIXTEP - Bash Intelligent XML Text Processor, version 0.1
  2. Usage: sh bixtep.sh [ -f <filename> ] [OPTION]
  3.  
  4. Options:
  5. -l | --list
  6. show a list of all items
  7.  
  8. -s | --search <searchstring> <output length>
  9. search for a string
  10.  
  11. -d | --display <item id> <type: [a]ttribute | [e]lement> <fieldname>
  12. display an attribute or a field of an item
  13.  
  14. -e | --edit <item id> <type: [a]ttribute | [e]lement> <fieldname> <new content>
  15. replace the content of an item's attribute or field
  16.  
  17. -a | --add <content type> <(fieldset) field1, field2, field3, ...>
  18. add a new content type with a specified fieldset
  19.  
  20. -del | --delete <item id>
  21. delete an item
  22.  
  23. -n | --neighbour <item id> <previous | next>
  24. find neighbouring items
  25.  
  26. -kr | --keywordrelations <item id> <array | output>
  27. find the relations of an item based on shared keywords
  28.  
  29. -fr | --fieldrelations <item id> <get | find>
  30. find the field relations of an item
  31.  
  32. Take a BIXTEP.

Back to top