Hi, Am trying to append value to a property file “echo content >>filename”
its appending content as a new line. But i wish to append the “content” on the same line.Please, help me on this.
Ex : Original txt file content
hi
hello
But want to append like
hi hello
please test, works for the above case
::mike