I searched but I did not find the answer I want.
I have an existing file that contains several lines and I want to write a line that will now be the first line.
Example : echo toto >> file.txt
written at the end of the file, I want to write it at the beginning.
Only with cmd / powershell (no Cygwin or other)
Any ideas ?
Thank you :)