bash

xuchaoxin13753 小时前
bash
bash@bash帮助命令help@bash命令可用选项设置@bash -c@set命令@set --介绍bash命令本身的可用选项(bash本身是一个可执行程序)以及bash内置的命令(用于bash交互模式和脚本的功能)
ol木子李lo1 天前
linux·运维·服务器·windows·编辑器·ssh·bash
Linux 命令备忘录init是 Linux 系统初始化进程,运行级别0代表关机(仅 root 权限可执行),用于安全关闭虚拟机 / 服务器,区别于强制断电,会先终止进程、同步数据后关机。
dingdingfish2 天前
bash·make·shell·install·configure·5.3
Bash学习 - 第10章:Installing Bash本文为 Bash Reference Manual 第10章:Installing Bash 的读书笔记。
dingdingfish3 天前
bash·init·bind·readline
Bash学习 - 第8章:Command Line Editing,第3节:Readline Init File本文为 Bash Reference Manual 第8章:Command Line Editing ,第3节:Readline Init File 的读书笔记。
dingdingfish3 天前
bash·shell·completion·complete·compgen·compopt
Bash学习 - 第8章:Command Line Editing,第6-8节:Programmable Completion本文为 Bash Reference Manual 第8章:Command Line Editing 第6节:Programmable Completion ,第7节:Programmable Completion Builtins 和第8节:A Programmable Completion Example 的读书笔记。
dingdingfish4 天前
bash·emacs·vi·bind·readline
Bash学习 - 第8章:Command Line Editing,第4-5节:Bindable Readline Commands本文为 Bash Reference Manual 第8章:Command Line Editing ,第4节:Bindable Readline Commands 和 第5节:Readline vi Mode 的读书笔记。
香芋Yu4 天前
开发语言·bash·agent·claude
【从零构建AI Code终端系统】02 -- Bash 工具:一切能力的基础20 行核心代码,1 个 bash 工具——读文件、写文件、搜索、执行脚本。一个"工具"撑起了 agent 与真实环境交互的全部能力。
dingdingfish4 天前
bash·shell·wait·job
Bash学习 - 第7章:Job Control本文为 Bash Reference Manual 第7章:Job Control 的读书笔记。本章讨论什么是作业控制,它是如何工作的,以及 Bash 如何让你访问其功能。
dingdingfish5 天前
bash·shell·readline
Bash学习 - 第8章:Command Line Editing,第1-2节:Intro & Readline Interaction本文为 Bash Reference Manual 第8章:Command Line Editing ,第1节:Introduction to Line Editing 和 第2节 Readline Interaction 的读书笔记。
dingdingfish6 天前
bash·posix
Bash学习 - 第6章:Bash Features,第11节:Bash and POSIX本文为 Bash Reference Manual 第6章:Bash Features 第11节:Bash and POSIX 的读书笔记。
dingdingfish6 天前
bash·shell·compat·compatibility
Bash学习 - 第6章:Bash Features,第12节:Shell Compatibility Mode本文为 Bash Reference Manual 第6章:Bash Features 第12节:Shell Compatibility Mode 的读书笔记。
dingdingfish7 天前
prompt·bash·ps1
Bash学习 - 第6章:Bash Features,第9节:Controlling the Prompt本文为 Bash Reference Manual 第6章:Bash Features 第9节:Controlling the Prompt 的读书笔记。
dingdingfish7 天前
bash·shell·rbash·restrict
Bash学习 - 第6章:Bash Features,第10节:The Restricted Shell本文为 Bash Reference Manual 第6章:Bash Features 第10节:The Restricted Shell 的读书笔记。
数形长夏7 天前
架构·bash·batch
命令行界面的神秘符号,是上一代程序复用的尝试打开终端或命令提示符,看到 $、|、> 这些符号,就会觉得它们带着一种古老的、神秘的气息。这些符号代表的运行机制,是计算机早期阶段程序复用与交互的重要尝试,它们所承载的设计思想,至今仍深刻影响着软件架构。
dingdingfish8 天前
bash·shell·array·index·associate
Bash学习 - 第6章:Bash Features,第7节:Arrays本文为 Bash Reference Manual 第6章:Bash Features 第7节:Arrays 的读书笔记。
wsad05328 天前
linux·运维·bash·shell
Linux Shell脚本执行方式全解析:source、点号、路径、bash与exec的区别在Linux开发中,执行Shell脚本的方式多样,但不同方式对进程和环境的影响常被混淆。你是否遇到过变量不生效、终端意外退出或环境切换失败?本文将全面解析source、.、直接路径、bash和exec五种方式,通过实例演示其核心差异。
叠叠乐8 天前
linux·运维·bash
EasyTier 免费自建自用5$每个月的服务器参考是从酷安来的。这种方式只能是自己使用,不能当万人草的那种,如果超额度了,容器会被官方删除掉。自己用来自己使用,应该够的了
白太岁9 天前
c语言·开发语言·bash
操作系统开发:(8) 任务/线程的创建、调度与管理(实现 tasks.h 与 tasks.c)基于 NUCLEO-G431RB 开发板,单核无mmu且不使用 mpu 为例演示最基础的双任务/线程运行,省略大量源码中的配置选项与 if 判断逻辑。
之歆10 天前
linux·chrome·bash
Bash 循环与函数、Linux 进程管理循环控制:生活例子:while 像“只要还有作业就继续写”;until 像“直到闹钟响才停”;break 像“写到一半不写了直接交卷”;continue 像“这道题跳过,做下一道”。
dingdingfish10 天前
bash·shell·interactive
Bash学习 - 第6章:Bash Features,第3节:Interactive Shells本文为 Bash Reference Manual 第6章:Bash Features 第3节:[Interactive Shells](https://www.gnu.org/software/bash/manual/bash.html#Interactive-Shells 的读书笔记。