mise à jour
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
tmp=$(awk -F"<h1>|</h1>" '{for(i=2;i<=NF;i+=2){print $i}}' RS="" $1)
|
||||
|
||||
echo $tmp
|
||||
|
||||
Reference in New Issue
Block a user