This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# **source**
## 说明
**source命令** 在当前Shell环境中从指定文件读取和执行命令,命令返回退出状态
## 实例
```bash
source ~/.bash_profile # 读取和执行/root/.bash_profile文件
```