This is a sample readme file for our GitHub Example repo. We're learning MarkDown
- This is a ment to be a example
- Markdown is rally fast
- it's pretty fast
- To Learn or write a document you can learn it from mark down tag. write markdown cheatseat and see all the header
Forces cabs Code Time Git Book
- Touch : To Create document .text .dox .gif etc
- ls Lists the names of the files in the working directory. For more
- complete information, use ls –alF (.
- cd directoryname Changes the working directory to the one you named.
- cd .. Brings you up one directory level.
- cd Returns you to your home directory.
- pwd Displays the pathname of the current directory.
- mkdir newdirectoryname Makes a new directory.
- rmdir directoryname Removes (deletes) an empty directory.
- Key/Command Description
- Ctrl + A Go to the beginning of the line you are currently typing on. This also works for most text input fields system wide. Netbeans being one exception
- Ctrl + E Go to the end of the line you are currently typing on. This also works for most text input fields system wide. Netbeans being one exception
- Ctrl + Q Clears everything on current line
- Ctrl + L Clears the Screen
- Cmd + K Clears the Screen
- Ctrl + U Cut everything backwards to beginning of line
- Ctrl + K Cut everything forward to end of line
- Ctrl + W Cut one word backwards using white space as delimiter
- Ctrl + Y Paste whatever was cut by the last cut command
- Ctrl + H Same as backspace
- Ctrl + C Kill whatever you are running
- Ctrl + D Exit the current shell when no process is running, or send EOF to a the running process
- Ctrl + Z Puts whatever you are running into a suspended background process. fg restores it.
- Ctrl + _ Undo the last command. (Underscore. So it's actually Ctrl + Shift + minus)
- Ctrl + T Swap the last two characters before the cursor
- Ctrl + F Move cursor one character forward
- Ctrl + B Move cursor one character backward
- Option + → Move cursor one word forward
- Option + ← Move cursor one word backward
- Esc + T Swap the last two words before the cursor
- Tab Auto-complete files and folder names
- pwd To see where you are