pretty PATH
parent
b38a1e3540
commit
1cf8b7f36a
|
@ -8,3 +8,6 @@ find / -type l -exec readlink -nf {} ';' -exec echo " -> {}" ';' | grep "/bin/ba
|
|||
|
||||
# extract base64-coded binary within a given tag in an xml (1st match)
|
||||
cat file.xml | sed -n -e 's/.*<ns5\:Daten\ xmime\:contentType\=\"application\/pdf\">\(.*\)<\/ns5:Daten>.*/\1/p' | base64 -d
|
||||
|
||||
# prettify PATH-Output:
|
||||
echo $PATH | sed s/\:/\\n/g
|
||||
|
|
Loading…
Reference in New Issue