bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9719: i found a bug


From: Ovear
Subject: bug#9719: i found a bug
Date: Tue, 11 Oct 2011 00:55:18 +0800

address@hidden ~]# echo " aa           bb                 cc
dd      ee   "| tr -s [:blank:]
 a           bb                 cc             dd      ee
address@hidden ~]# echo " aa           bb                 cc
dd      ee   "| tr -s " "
 aa bb cc dd ee
address@hidden ~]#

i can not use like "[:blank:]"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]