Sort by

recency

|

50 Discussions

|

  • + 0 comments

    sed -e 's/\bthy\b/your/gi' worked for me

  • + 0 comments
    sed s/thy/your/gI
    
  • + 0 comments
    sed -e "s/thy/your/Ig"
    
  • + 0 comments
    sed -e 's/\bthy\b/your/gi'
    
  • + 0 comments

    sed 's/thy/your/gI'