Hi!
I would like to be able to do two things in a Cshell:
1) a progress report: for instance if I am reading x number of files or lines I would like to display something like:
Reading x line...
BUT I want to REPLACE the x with a new number on the same line not on the next line, is this possible? (using some king of backspace command maybe?)
2) I would like to display the following characters while a script is running
\ | / | BUT at the same location one after the other, is it possible?
Thanks for your help,
Fabien
I would like to be able to do two things in a Cshell:
1) a progress report: for instance if I am reading x number of files or lines I would like to display something like:
Reading x line...
BUT I want to REPLACE the x with a new number on the same line not on the next line, is this possible? (using some king of backspace command maybe?)
2) I would like to display the following characters while a script is running
\ | / | BUT at the same location one after the other, is it possible?
Thanks for your help,
Fabien