fork download
  1. #!/bin/bash
  2.  
  3. user=$(whoami)
  4. host=$(hostname)
  5. timestamp=$(date +"%s")
  6.  
  7. string="executed by ${user} on ${host} at ${timestamp}"
Success #stdin #stdout #stderr 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
whoami: cannot find name for user ID 20044