because this not work so in my oppinion there is noway to have file bigger than 4096 or is there any possibility how to write data to file where it is file = file + data?
Currently you can’t write more than 4096 B to file from the script.
You can divide data to be written into file in blocks of 4096B and write it to several files.
Thanks so I can only have a files smaller or equal 4096 B. But file sizes could be bigger so is there any possibility because when u export some stats by export command the .txt file is created and this file can have only 4096 B too?