Guest User

Untitled

a guest
May 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. codio ~/workspace $ cd
  2.  
  3. codio ~/workspace/project-log $ touch diff.txt
  4. codio ~/workspace/project-log $ ls
  5. change changelog.txt file-list.txt found.txt
  6. changel diff.txt files-with-h.txt test-file.txt
  7. codio ~/workspace/project-log $ vim diff.txt
  8. codio ~/workspace/project-log $ grep -f diff.txt changelog.txt
  9. Changelog
  10. Version: 1.0
  11. username: codio
  12. hello.txt
  13. hi.txt
  14. project-log
  15. codio ~/workspace/project-log $ grep -f diff.txt changelog.txt
  16. hello.txt
  17. codio ~/workspace/project-log $ touch diff.txt
  18. codio ~/workspace/project-log $
  19.  
  20. LAST RUN on 5/26/2018, 12:55:41 PM
  21.  
  22. [Error ] Task 1. Expected: Create a file named diff.txt inside your ~/workspace/project-log/ directory with the requested format. Try again.
Add Comment
Please, Sign In to add comment