style: apply global formatting fixes (struct, spacing, zhlint)

This commit is contained in:
Baohua Yang
2026-02-21 11:08:52 -08:00
parent ad68b2d973
commit 79ac9c639a
159 changed files with 1708 additions and 882 deletions

View File

@@ -1,13 +1,17 @@
## Busybox
本节涵盖了相关内容与详细描述主要探讨以下几个方面
### 简介
下图直观地展示了本节内容
![Busybox - Linux 瑞士军刀](../../_images/busybox-logo.png)
`BusyBox` 是一个集成了一百多个最常用 Linux 命令和工具 `cat``echo``grep``mount``telnet` 的精简工具箱它只需要几 MB 的大小很方便进行各种快速验证被誉为Linux 系统的瑞士军刀
`BusyBox` 是一个集成了一百多个最常用 Linux 命令和工具 ( `cat``echo``grep``mount``telnet` ) 的精简工具箱它只需要几 MB 的大小很方便进行各种快速验证被誉为 Linux 系统的瑞士军刀
`BusyBox` 可运行于多款 `POSIX` 环境的操作系统中 `Linux`包括 `Android``Hurd``FreeBSD`
`BusyBox` 可运行于多款 `POSIX` 环境的操作系统中 `Linux` (包括 `Android`)`Hurd``FreeBSD`
### 获取官方镜像