Maja changed the topic of ##bash-crimes to: we bash back | club of folks preoccupied in whether they could, not whether they should | logs https://libera.irclog.whitequark.org/~h~bash-crimes
dakkar has joined ##bash-crimes
setrofim has quit [Ping timeout: 252 seconds]
dakkar has quit [Quit: e via, verso nuove avventure]
setrofim has joined ##bash-crimes
<sdomi> a='///'; echo "${a////\\/}"
<sdomi> this is fun only because i didn't expect bash to just. side with me on not escaping that slash
<JAA> I guess it works because the search string mustn't be empty?