Search Results

Search: Posts Made By: Sajjadmehdi
1,696
Posted By Akshay Hegde
$ cat file ...
$ cat file
<com.cloudbees.hudson.plugins.folder.properties.FolderProxyGroupContainer plugin="nectar-rbac@4.5">
<groups>
<nectar.plugins.rbac.groups.Group>
...
1,696
Posted By ahamed101
Try this... awk -F'>|<' ' ...
Try this...

awk -F'>|<' '
/<nectar.plugins.rbac.groups.Group>/{s=1}
/<\/nectar.plugins.rbac.groups.Group>/{
for(i=j+1;i<=m;i++) printf("%-30s%10s\n", "", mem[i])
delete(mem)
...
3,943
Posted By Scrutinizer
Try: awk '/^a href/{sub("/",x,$2); print $2}'...
Try:
awk '/^a href/{sub("/",x,$2); print $2}' RS=\< FS=\> file
..
129
133
134
135
136
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 11:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy