My question is whether there is any way to delete just one line from several. For example : The command prints three numbers on the prompt screen:
echo 1
echo 2
echo 3
And then, it just deletes the printed "2", and the other two numbers are still there.
What is it like?