Ever wondered how you can create filenames by cycle.
Well, I did, because I needed it. And I came up with something that works and because once i forgot it, I decided this time to put it here. At least, I won't forget again :) If you have a better way to do it, please, say so.
The idea:
>A:=`/home/Data/file_`; B:=`.txt`;
>for i from 1 to 3 do C:=cat(A,i,B); writedata(`C`,[i],integer);od;
1 hour 15 min ago
7 hours 40 min ago
7 hours 43 min ago
7 hours 50 min ago
8 hours 54 min ago
9 hours 27 min ago
9 hours 27 min ago
9 hours 20 min ago
10 hours 19 min ago
10 hours 20 min ago