> For the complete documentation index, see [llms.txt](https://hyunholee90.gitbook.io/hyho/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyunholee90.gitbook.io/hyho/git/git-comment.md).

# Comment

## CLI (Shell / Terminal)

| Command                     |                                        |
| --------------------------- | -------------------------------------- |
| **ls**                      | Current file status (list select)      |
| **ls -a**                   | Hidden file                            |
| **ls -l**                   | Additional Information                 |
| **is -al**                  | See all hidden, Additional information |
| **..**                      | (Before) Move the parent folder        |
| **cd**                      | Move to                                |
| **cd \~**                   | Go to top root                         |
| **cd ../..**                | Go to top root                         |
| **touch** file name.format  | Create file                            |
| **mv** \<file> \<direction> | Move                                   |
| **mkdir**                   | Create folder (Directory)              |
| **cp**                      | Copy                                   |
| **rm**                      | Remove                                 |
| **rm -r**                   | Remove Directory                       |
| **rm -rf**                  | Force remove                           |
| **pwd**                     | Absolute position print                |
| **vim(vi)**                 | Open vim mode                          |
| **dd**                      | Delete                                 |
| **p**                       | Post                                   |
| **:wq**                     | (vim mode) save and close              |
| **:q!**                     | close without save                     |
| **cat**                     | Output index file                      |
