Administrators chain Posted October 3, 2021 Administrators Report Share Posted October 3, 2021 alias readfile { var %total = $lines(file.txt) var %i = 1 while (%i <= %total) { echo -a $read(file.txt, g, %i) inc %i } } Quote Link to comment Share on other sites More sharing options...