pages.nl/common/*: add Dutch translation (#11582)

This commit is contained in:
Sebastiaan Speck
2023-11-26 18:01:32 +01:00
committed by GitHub
parent 51be3f6f21
commit cd18d0fe20
8 changed files with 183 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
- Search only lines that match entirely in files:
`fgrep -x {{path/to/file1}} {{path/to/file2}}`
`fgrep -x {{search_string}} {{path/to/file1}} {{path/to/file2}}`
- Count the number of lines that match the given string in a file:

View File

@@ -6,7 +6,7 @@
- Open two files and show the differences:
`vimdiff {{file1}} {{file2}}`
`vimdiff {{path/to/file1}} {{path/to/file2}}`
- Move the cursor to the window on the left|right: