Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 688 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 688 Bytes

favorite-cmd-commands

  1. Create a repository on Github called favorite-cmd-commands, make sure to check the checkmark about including a README file
  2. Clone that repository (Google how to clone a repository).
  3. Edit the README.md markdown file. Q4. Add bash commands that you like (at least 3) and style them as headers..

s4.

  1. pwd

present working directory: where you are right now..

  1. ls

List files in the directory: list of files of folders.

  1. ls -a

List all files including hidden files.


  1. Provide a short description (20 characters~) for each.
  2. Then git add, git commit and git push the file to your GitHub repository...