Hello,
I would like to extract an int number from a file name. I have
hundreds of files with the following names:
Qhull_1000_001.xyz ... Qhull_15000_150.xyz.
Now, I need the first number to be extracted and saved into a file. The second number I use for steering a for loop.
Thanks in advance
I would like to extract an int number from a file name. I have
hundreds of files with the following names:
Qhull_1000_001.xyz ... Qhull_15000_150.xyz.
Now, I need the first number to be extracted and saved into a file. The second number I use for steering a for loop.
Thanks in advance