fork download
  1. #!/bin/bash
  2.  
  3. OLD_IFS=$IFS
  4. IFS=":"
  5. for i in $PATH; do
  6. echo $i
  7. done
  8. IFS=$OLD_IFS
Success #stdin #stdout 0s 5028KB
stdin
Standard input is empty
stdout
/usr/local/bin
/usr/bin
/bin