shell-genomics
shell-genomics copied to clipboard
shell-genomics/03-working-with-files: ls output will vary
The output of this command ls /usr/bin/*.sh will vary (unimportantly) on docker image and other systems
Note @ErinBecker also noticed this in the May 30th bug bbq workshop.
As @JasonJWilliamsNY mentioned in the gitter channel, there are two options:
- add those shell scripts to the image or
- Add a line in the lesson that the output may vary
Any thoughts from others?