## Lab 01 - Name: - Email: Instructions for this lab: https://pattonsgirl.github.io/CEG2350/Labs/Lab01/Instructions.html ## Part 1 - GitHub Profile 1. [your_github_username_here's GitHub Profile](FIXTHISURL-https://github.com/your_username) ## Part 2 - Research | Windows | Linux / Mac | Action | | --- | --- | --- | | help | man | | | Get-Location | pwd | | | Get-ChildItem | ls | | | mkdir | mkdir | | | Set-Location | cd | | | New-Item | touch | | | Move-Item | mv | | | Copy-Item | cp | | | Remove-Item | rm | | | notepad.exe | vim | | ## Part 3 - Command Line Navigation My OS is: - [x] Windows - [] Linux - [] Mac My Command Line Shell is: ### Navigating My OS on the Command Line 1. Full / absolute path to your user's home directory: 2. Create a directory named `DirA`: 3. Create a directory named `Dir B`: 4. Go into `DirA`: 5. Go into `Dir B` from `DirA`: 6. Return to your user's home directory: 7. Create a file named `test.txt`: 8. Move the file named `test.txt` into `DirA`: 9. Contents of `test.txt`: ``` Put your words here ``` 10. Make a copy of `test.txt` named `copy.txt` in `DirA`: 11. View the contents of `DirA`: 12. Make a copy of `test.txt` in `Dir B` named `fodder.txt`: 13. Delete / remove both `fodder.txt` AND `Dir B`: ## Citations To add citations, provide the site and a summary of what it assisted you with. If generative AI was used, include which generative AI system was used and what prompt(s) you fed it.