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?