Guest User

Untitled

a guest
Jan 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. open output file
  2. for each file in folder
  3. open file
  4. for each line in current file
  5. if line not in array_lines
  6. write line to output file
  7. add line to array_lines
  8. close file
  9. close output file
Add Comment
Please, Sign In to add comment