hi everyone
ı have a very big text file which is 35mb and that includes 85000 lines.
those lines are the rules of ıptales
and from the command shell ı do paste and copy and as you can see it that ıs very diffucult to paste every lıne
ı trıed to write a loop wıth os.popen(myfile).read()
ıt never reached the end .. becasue my fıle ıs to bıg
so ı have two questions
1. how can ı make ı read from command shel (like ı wıll poınt my txt file from the shell and ıt wıll command and read thıs fıle)
2. whıch forumula or loop wıll be suffıcıent for my problem.
should ı use pıckle or shelve
thank alot for your helps