Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- BEGIN {
- FS = ":";
- }
- /"name"/ {val = $2};
- /"hostid/{val = $0 val;printf "%s\n", val}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement