Guest User

Untitled

a guest
Nov 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. 10.230.146.10: Terminal ID Gol
  2. 10.230.146.10: Far End ID pol
  3. 10.230.146.10: Number of E1s 4E1s
  4. 10.230.146.10: Packet link capacity 63Mbit/s
  5.  
  6. 10.230.146.10. Terminal ID. Far End ID. Number of E1s. Packet link Capacity
  7. Gol. Pol. 4E1. 63Mbit/s
  8.  
  9. awk '{if($1 == ip) {$1=""; printf "%s ", $0} else {ip=$1; printf "n%s ", $0;}}' input.txt
  10.  
  11. 10.230.146.10: A B
  12. 10.230.146.10: C D
  13. 10.230.146.11: E F
  14. 10.230.146.11: G H
  15.  
  16. 10.230.146.10: A B C D
  17. 10.230.146.11: E F G H
Add Comment
Please, Sign In to add comment