RosettaCodeData/Task/File-size/Stata/file-size-1.stata

6 lines
103 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
file open f using input.txt, read binary
file seek f eof
file seek f query
display r(loc)
file close f