fork download
  1. #!/bin/bash
  2. s="abc ঐ঑঒ fdd"
  3. sed -E 's/((ঐ|঑|঒|ও|ঔ|ক|খ|গ|ঘ|ঙ|চ|ছ|জ|ঝ){1,3})[[:space:]]*/\1\n/g' <<< "$s"
  4.  
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
abc ঐ঑঒
fdd