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;
2 hours 41 min ago
3 hours 13 min ago
5 hours 27 min ago
5 hours 36 min ago
5 hours 45 min ago
8 hours 47 min ago
10 hours 11 min ago
11 hours 25 min ago
11 hours 30 min ago
12 hours 11 min ago