1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
xmlns="http://www.w3.org/2000/svg"
version="1.1"
viewBox="-6.5 -6.5 477 226.7"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<metadata>
<rdf:RDF>
<dc:type>still image</dc:type>
<dc:format>image/svg+xml</dc:format>
<dc:title>Gawk: Effective AWK Programming - Basic Program Steps</dc:title>
<dc:description>https://www.gnu.org/software/gawk/manual/gawk.html#figure_002dprocess_002dflow</dc:description>
<dc:date>2024</dc:date>
<dc:source>https://git.savannah.gnu.org/cgit/gawk.git/tree/doc/gawk_process-flow.eps</dc:source>
<dc:rights>
<dc:rightsHolder>Free Software Foundation, Inc.</dc:rightsHolder>
<dc:license>https://www.gnu.org/licenses/fdl.html</dc:license>
</dc:rights>
</rdf:RDF>
</metadata>
<g
style="fill:none;stroke:#000;stroke-width:1">
<rect
id="box1"
x="0" y="24.2" width="113" height="53" rx="4" />
<use
id="box2"
xlink:href="#box1" x="350" />
<use
id="box3"
xlink:href="#box1" transform="scale(0.885,1)" x="205.1" y="135.2" />
<path
id="diamond"
d="m 182,50.7 50,50 50,-50 -50,-50 z" />
<g
id="u-arrow">
<path
d="m 147,54.7 v 125.5 c 0,-1 -1,6 6,6 h 25" />
<path
style="fill:#000"
d="m 147,54.7 2.5,10 -5,0 2.5,-10" />
</g>
</g>
<g
style="fill:#000;stroke:#000;stroke-width:1">
<path
id="h-arrow1"
d="m 178,50.7 -10,-2.5 0,5 10,-2.5 h -60.5" />
<use
id="h-arrow2"
xlink:href="#h-arrow1" x="168.5" />
<path
id="d-arrow"
d="m 232,156.2 -2.5,-10 5,0 -2.5,10 v -50.5" />
</g>
<text
style="font-weight:500;font-size:16px;font-family:'Fira Sans','FreeSans',sans-serif;-inkscape-font-specification:'Fira Sans Medium';"
text-anchor="middle">
<tspan
x="57" y="55">Initialization</tspan>
<tspan
x="407" dy="0">Clean Up</tspan>
<tspan
x="232" y="42">More</tspan>
<tspan
x="232" dy="16">Data</tspan>
<tspan
x="232" dy="16">?</tspan>
<tspan
x="232" y="190.5">Process</tspan>
<tspan
x="312" y="43">No</tspan>
<tspan
x="252" y="129">Yes</tspan>
</text>
</svg>
|