March 29, 2022Append text to file if it doesn’t exist Sed terminal General by Curt Sahd0 comments Assume you wanted to add the text “mytext” to a file if it doesn’t exist: -i writes the output to […]