Tagged Questions
127
votes
80answers
62k views
File I/O in Every Programming Language [closed]
This has to be a common question that all programmers have from time to time.
How do I read a line from a text file? Then the next question is always how do i write it back.
Of course most of you ...
0
votes
6answers
528 views
Remove Duplicates From File (vs COBOL)
This Cobol question really piqued my interest because of how much effort seemed to be involved in what seems like it would be a simple task.
Some sloppy Python to remove file duplicates could be ...