Guest User

Untitled

a guest
May 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ```console
  2. $ cd <the-directory>
  3. $ diff -u file.txt file.txt.new >file.txt.patch
  4. ```
  5.  
  6. Later...
  7.  
  8. ```console
  9. $ cd <the-directory>
  10. $ patch <file.txt.patch
  11. ```
  12.  
  13. Note for Plan 9 from Bell Labs users: Invoke `ape/diff`, `ape/patch`.
Add Comment
Please, Sign In to add comment