fork download
  1. #!/bin/bash
  2.  
  3. cat <<EOF | sort | uniq -u
  4. 3
  5. 4
  6. 5
  7. 3
  8. 5
  9. 5
  10. EOF
Success #stdin #stdout 0.03s 5308KB
stdin
Standard input is empty
stdout
4