libf 1 anno fa
parent
commit
f56b274c98
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      shell/eval.sh

+ 10 - 0
shell/eval.sh

@@ -0,0 +1,10 @@
+
+export PDAY=2
+
+export DD="date -d '"${PDAY}" days ago' +%Y-%m-%d"
+
+echo "${DD}"
+
+export SDD="Test `eval ${DD}`"
+
+echo "${SDD}"