Guest User

Untitled

a guest
Jun 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. first=first_file.txt; for a in *.txt; do comm -12 <(sort -u $first) <(sort -u $a) >temp_$a; first=temp_$a; done;
Add Comment
Please, Sign In to add comment