Advertisement
Guest User

Untitled

a guest
Mar 15th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. tar cvf $(date +%N).tar foo.txt
  2. foo.txt
  3.  
  4.  
  5. ########
  6.  
  7. bash -x ~/.scripts/prepare foo.txt
  8. ++ date +%N
  9. + now=949106654
  10. + echo -e '\e[1;32m Balling it up.... \e[0m'
  11. Balling it up....
  12. + tar cvf 949106654.tar foo.txt ''
  13. foo.txt
  14. tar: Substituting `.' for empty member name
  15. tar: : Cannot stat: No such file or directory
  16. tar: Exiting with failure status due to previous errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement