all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
4
Task/XML-Input/AWK/xml-input-2.awk
Normal file
4
Task/XML-Input/AWK/xml-input-2.awk
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
awk -f getXML.awk sample.xml | awk '
|
||||
$1 == "TAG" {tag = $2}
|
||||
tag == "Student" && /Name=/ {print substr($0, index($0, "=") + 1)}
|
||||
'
|
||||
Loading…
Add table
Add a link
Reference in a new issue