fork(4) download
  1. #!/bin/bash
  2. echo 'abc 123 sdf' | sed 's/[^0-9][^0-9]*//g'
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
123