Hi,
I am not able to find a way in simple text file to supress a newline being added after an 'echo' command in a .txt file.
example:
echo Checking for widgets
inv widget
Gives an output of:
Checking for widgets
11 widget
I don't want that extra whitespace between the lines.
I would like...