To have two delimiter instead of one in read, bash

前端 未结 0 545
深忆病人
深忆病人 2020-12-30 08:52

How to have two delimiter instead of only one of char. / as in this

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题