Skip to content

Commit e18e26d

Browse files
committed
csplit: Clarify how the regex option works
1 parent 96b56fe commit e18e26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/linux/csplit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
`csplit {{path/to/file}} 5 {{[-f|--prefix]}} {{prefix}}`
2222

23-
- Split a file at a line matching a `regex`:
23+
- Split a file at the first line matching a `regex`:
2424

2525
`csplit {{path/to/file}} /{{regex}}/`

0 commit comments

Comments
 (0)