mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-17 09:06:50 +02:00
(Squeezing): Remove misleading square brackets
from SET1 in the one-word-per-line example.
This commit is contained in:
+1
-1
@@ -3521,7 +3521,7 @@ non-alphanumeric characters to newlines, then squeezes each string
|
||||
of repeated newlines into a single newline:
|
||||
|
||||
@example
|
||||
tr -cs '[a-zA-Z0-9]' '[\n*]'
|
||||
tr -cs 'a-zA-Z0-9' '[\n*]'
|
||||
@end example
|
||||
|
||||
@item
|
||||
|
||||
Reference in New Issue
Block a user