mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 01:46:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`diff {{old_file}} {{new_file}}`
|
||||
|
||||
- Compare files, ignoring [w]hite spaces:
|
||||
- Compare files, ignoring white spaces:
|
||||
|
||||
`diff {{-w|--ignore-all-space}} {{old_file}} {{new_file}}`
|
||||
|
||||
@@ -20,11 +20,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`diff {{-y|--side-by-side}} {{old_file}} {{new_file}}`
|
||||
|
||||
- Compare files, showing the differences in [u]nified format (as used by `git diff`):
|
||||
- Compare files, showing the differences in unified format (as used by `git diff`):
|
||||
|
||||
`diff {{-u|--unified}} {{old_file}} {{new_file}}`
|
||||
|
||||
- Compare directories [r]ecursively (shows names for differing files/directories as well as changes made to files):
|
||||
- Compare directories recursively (shows names for differing files/directories as well as changes made to files):
|
||||
|
||||
`diff {{-r|--recursive}} {{old_directory}} {{new_directory}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user