Quelle commande crée mysterious.patch à partir des différences entre old_file.txt et new_file.txt ?
mysterious.patch
old_file.txt
new_file.txt
diff -uN old_file.txt new_file.txt < mysterious.patch
diff -uN old_file.txt new_file.txt > mysterious.patch
diff -uN new_file.txt old_file.txt > mysterious.patch
patch -p0 old_file.txt new_file.txt > mysterious.patch