The output I'm trying to accomplish is something along the lines of:
line1 = get
line2 = shwifty
line3 = in
line4 = here
...and in the command-line be refreshing all of those strings without continuously reposting new lines! I can get this working a few ways IF ONLY ONE LINE IS USED but how would I write over or backspace past MULTIPLE lines??
Right now, the command prompt will yield:
line1 = get
line2 = shwifty
line3 = in
line4 = here
line1 = get2
line2 = shwifty2
line3 = in2
line4 = here2
how can I just "refresh" the four lines that I want?