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

# 终端

## Terminal v0.1

## Intro.

终端工具是开发人员的常用工具. 在Windows平台上, 常用的终端主要是CMD和Powershell. 常用的终端GUI主要是Window Terminal. 他们的功能差不多, 本文主要是使用Window Terminal.

## 如何启动终端工具?

* 启动cmd: 点击win+r, 输入cmd
* 启动powershell: 点击win+x, 然后点击a
* 启动windows terminal: 点击win+r, 输入wt

## 如何查找文章的最新版本?

本系列的文章, 是根据个人的使用经验撰写, 文章的信息, 会根据自己的经验不断更新.\
最新的版本在此: [文章链接](https://nvda-users.gitbook.io/daily_usage/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nvda-users.gitbook.io/daily_usage/terminal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
