Intro-to-Shell icon indicating copy to clipboard operation
Intro-to-Shell copied to clipboard

update exercise in 01_the_filesystem.md

Open rkhetani opened this issue 5 years ago • 0 comments

Update the following exercise to have a cleaner output enabling students to check it against the instructor's output. Remove the Bonus question.


List all of the files in /bin that start with the letter 'c'
List all of the files in /bin that contain the letter 'a'
List all of the files in /bin that end with the letter 'o'

BONUS: List all of the files in /bin that contain the letter 'a' or 'c'.```

rkhetani avatar Oct 28 '19 15:10 rkhetani