Selaa lähdekoodia

fix dog/hog/dhog split

Jonathan Dahan 6 vuotta sitten
vanhempi
commit
f09b0dc4c8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/osx/split.md

+ 1 - 1
pages/osx/split.md

@@ -8,7 +8,7 @@
 
 - Split a file by a regular expression. The matching line will be the first line of the next output file:
 
-`split -p {{cat|[d|h]og}} {{filename}}`
+`split -p {{cat|^[dh]og}} {{filename}}`
 
 - Split a file with 512 bytes in each split (except the last split; use 512k for kilobytes and 512m for megabytes):