fork download
  1. #!/bin/bash
  2. echo "abcABC123" | LC_ALL=C sed "s/[A-Z]//g"
Success #stdin #stdout 0s 4556KB
stdin
Standard input is empty
stdout
abc123