Advertisement
asanchez75

linux/bash

Dec 19th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. cat instances.txt | sort | uniq| cut -f2 -d ',' |sort |uniq -c |grep -v " 1" > dupilcated.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement