The first command line stamps all the flow solution nodes with the date of the creation. The second one adds a keyword to coordinates nodes X and Z.
stampnode.py -c '.date' -d '2001.08.30.15.21.43' -n '.*/FlowSolution'grid.cgns stampnode.py -c 'archived' -k 'cdrom' -n '.*/Coordinate[X,Z]' grid.cgns
The stamp tool is an example on how the selectively parse a tree subset, based on the criteria of the path string. This tool does not follow links.