This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
```
printf <format> [arguments] # 打印格式化数据format,arguments是format里的参数
#### 示例
printf "%s\n" $PWD # 打印出当前路径