I need to list all the steps inside the TS sequence file. E.g. sequence.seq file cointains main-sequence and it contains following steps:
step1
step2
step3
...
step100
I can easily select all these steps and then copy-paste them into the excel sheet. However, I would like to do this programmatically because I have many .seq file containing many steps.
Can you help?