Shell: add a no present line to a file


grep -qxF 'add_this_line' file.txt || echo 'add_this_line' >> file.txt


return to gimbo wiki home page