fork download
  1. #!/bin/bash
  2. echo abcd 123 | sed 's/\([a-z]*\).*/\1/'
Success #stdin #stdout 0s 5072KB
stdin
Standard input is empty
stdout
abcd