I noticed a flaw in the /fseek commands. I wanted to append a line to the end of the file using /fseek,/fwrite
Also I wanted to insert text without overwritting.
and a suggestion is /fseek -w filehandle startline* could have another switch to continue searching past the end of the file back to the beginning up until the position it was originally called at.