help-bash
[Top][All Lists]
Advanced

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

To have two delimiter instead of only one


From: Budi
Subject: To have two delimiter instead of only one
Date: Wed, 30 Dec 2020 08:37:43 +0700

How to have two delimiter instead of only one of char. '/' the ':'
needs to be honored too, as in this

while read -d':' -d'/' l;do echo $l ;done < file.txt

not work, how to solve it ?



reply via email to

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