Skip to content
Snippets Groups Projects
  1. Nov 26, 2019
  2. Nov 25, 2019
  3. Nov 21, 2019
  4. Nov 14, 2019
  5. Nov 13, 2019
  6. Nov 12, 2019
  7. Nov 11, 2019
    • David McKain's avatar
      Clarify "Matching and Subtracting" example in Ep7 · 51a3495c
      David McKain authored
      * Clarified the exercise statement to emphasise that both conditions
      apply to the file name.
      * Option 3 updated to replace "temp" with "net", which fits more closely
      with the exercise and the placement of the exercise within the lesson.
      51a3495c
  8. Nov 08, 2019
    • Mike Renfro's avatar
      Add checks for default shell on macOS · 8b4908d1
      Mike Renfro authored
      * Add checks for default shell on macOS, adjusting instructions to account for zsh.
      
      Attempt at resolving #1033.
      8b4908d1
    • Gerard Capes's avatar
      Merge pull request #1051 from fmichonneau/update-template · c958fdf8
      Gerard Capes authored
      Update template
      c958fdf8
    • Gerard Capes's avatar
      Correct formatting errors · 3eefef5c
      Gerard Capes authored
      Fix #1045.
      3eefef5c
    • Aaron McDivitt's avatar
      Simpler example to mv files to a new directory · f9386ac0
      Aaron McDivitt authored
      The example of moving files to the current directory could seem overly complicated to someone who is new to the shell.  I felt like a better way to solve a problem like this would be to show you can cd into the directory you misplaced the files in and using the mv command put the multiple files on one line pointing to the new directory.   So the solution for getting the files into the raw/ folder would be: 
      $ cd analyzed
      $ mv sucrose.dat maltose.dat ../raw
      
      Seems much simpler this way.  I would also reinforce to students the importance of tab completion.   At the very least, it'd be good to show this method as an alternative to the solution provided.
      f9386ac0
  9. Nov 04, 2019
  10. Nov 01, 2019
  11. Oct 30, 2019
  12. Oct 28, 2019
  13. Oct 25, 2019
    • Andrew Stewart's avatar
      Update 02-filedir.md (#1048) · a0a0aa14
      Andrew Stewart authored
      It seems perhaps a little unclear to write that 'our home directory contains mostly **sub-directories**' given that they are all actually sub-directories. I'm proposing changing 'mostly' to 'only' as that seems to better match the situation.
      a0a0aa14
  14. Oct 22, 2019
  15. Oct 11, 2019
  16. Oct 10, 2019
  17. Oct 03, 2019
  18. Oct 01, 2019
  19. Sep 27, 2019
Loading