Hello.
how can i read all the lines in a file using $read's regexmatch??

alias tr { .fopen -o tr test.txt | .fwrite -n tr * test1 | .fwrite -n tr * test2 | .fwrite -n tr * test3 | .fclose tr }
//echo -a $read(test.txt,r,.+)
* test1

confused