In the eggPlant Documentation, under working with files, it is a possibility to write a file as so:
add 1 to item 2 of line 1 of file “/tmp/testing/counters”
In this example, it is not written that the file is being stored into a container before being written to. My question is then, is it possible to write to a file without having to store its contents into a container in eggPlant? And if so, would the syntax follow as above?