For assignment 1, create a markdown file with your answers to the questions. For the questions that ask for screen shots, label the screenshots with the question and a sublabel: question2.a.png (or jpg ...), question2.b.png ... and so on. All of your work should be submitted in github classroom.
- Using unix, grab the wikipedia page for Alexander the Great. Use the linux commands to count the number of lines in the file.
- Fork the course repository. Create a directory called
Test. Add a markdown file to yourTestdirectory calledreadme.md. Edit the readme file using markdown syntax to include a description of what you've done. Create screenshots to show what you've done and hand in the screenshots. - Issue a pull request for the course repository. Create a screenshot of your pull request. Hand in the screenshot.
- Create a new github repository called
ds4bmeTest; add areadme.mdfile. Create screenshots to show your work and hand those in. - Download or create a simple webpage; commit it to your repository and serve the webpage using github pages. Create screenshot and hand those in.
- Write a bash script
lsfileof the formlsfile path outfilethat outputs the commandls pathto the fileoutfile. - Write a script that recurses directories for all files with the extension
.dcmand outputs them to a file.