Guest User

Untitled

a guest
Apr 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. * * * * * sha256sum -c Ejercicio.sha256 >> /home/user/Escritorio/Ejercicio/example.txt
  2.  
  3. * * * * * date >> /home/user/Escritorio/ejemplo.txt
  4.  
  5. #!bin/bash
  6. sha256sum -c Ejercicio.sha256 >> example.txt
  7.  
  8. * * * * * /home/user/Escritorio/Ejercicio/tarea.sh
  9.  
  10. #!bin/bash
  11. sha256sum -c Ejercicio.sha256
  12.  
  13. * * * * * /home/user/Escritorio/Ejercicio/tarea.sh >> /home/user/Escritorio/Ejercicio/example.txt
Add Comment
Please, Sign In to add comment