fork(1) download
  1. #!/bin/bash
  2. s='✅ Team collaboration ✅ Project organisation✅ SSO support✅ API Access✅ Priority Support'
  3. awk 'BEGIN{RS="[:.!]|\xE2\x9C\x85"} tolower($0) ~ "$"' <<< "$s"
Success #stdin #stdout 0.01s 5504KB
stdin
Standard input is empty
stdout
 Team collaboration 
 Project organisation
 SSO support
 API Access
 Priority Support