1 个仓库
Determining whether a command is a shell builtin, external binary, alias, or function.
Distinguishing note: Existing candidates focus on defining aliases or registering commands, not identifying the origin of an existing one.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Command Type Identification. Refine with filters or upvote what's useful.
这是一个综合教育资源,包含 Bash 编程教程、脚本参考和 Linux 命令行手册。它提供用于编写脚本、自动化系统任务以及掌握终端导航和 Unix 系统管理的教学材料。 这些指南涵盖了广泛的 Shell 环境定制,包括提示符样式和别名的使用。它还提供了一个用于管理配置文件和初始化用户环境的 Shell 环境指南。 这些材料详细说明了一套广泛的功能,包括控制流逻辑、使用索引和关联数组的数据管理以及文本处理。其他涵盖的领域包括文件和资源管理、使用正则表达式的模式匹配,以及用于脚本调试和语法验证的可观测性工具。 该资源还解释了交互式终端功能,如命令历史记录检索、输入补全以及用于命令行导航的键盘快捷键。
Provides methods to determine if a command is a shell builtin, external executable, alias, or function.