fork download
  1. #!/bin/bash
  2. now=$(date +%Y-%m-%d)
  3. file2=hello
  4. file3=${file2}_$now
  5. echo "$file3"
Success #stdin #stdout 0s 5032KB
stdin
Standard input is empty
stdout
hello_2015-02-04