fork download
  1. #!/bin/bash
  2.  
  3. echo {A..Y}, Z.|sed 's/[HQTW]/\n&/g'
  4.  
Success #stdin #stdout 0s 5080KB
stdin
Standard input is empty
stdout
A, B, C, D, E, F, G, 
H, I, J, K, L, M, N, O, P, 
Q, R, S, 
T, U, V, 
W, X, Y, Z.