[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74103: Characters order in tr affects results
From: |
Jakub Filipiuk |
Subject: |
bug#74103: Characters order in tr affects results |
Date: |
Wed, 30 Oct 2024 10:42:19 +0100 |
Hi
I stumble upon situation, when characters order in tr affects it result.
For example:
$ echo "some: 123 fa-ncy string, " | tr -d ',-:'
some fancy string
When colon is moved before hyphen, result is correct
$ echo "some: 123 fa-ncy string, " | tr -d ',:-'
some 123 fancy string
Tested with tr (GNU coreutils) 8.32
Jakub Filipiuk
- bug#74103: Characters order in tr affects results,
Jakub Filipiuk <=