René's URL Explorer Experiment


Title: Bash 备忘清单 & bash cheatsheet & Quick Reference

direct link

Domain: ref.mingming.dev

authorjaywcjlove
licenseMIT
fundinghttps://jaywcjlove.github.io/#/sponsor

Links:

Quick Referencehttps://ref.mingming.dev/index.html
搜索⌘Kjavascript:void(0);
编辑https://github.com/jaywcjlove/reference/blob/main/docs/bash.md
https://github.com/jaywcjlove/reference
https://ref.mingming.dev/docs/bash.html#bash-备忘清单
入门https://ref.mingming.dev/docs/bash.html#入门
hello.shhttps://ref.mingming.dev/docs/bash.html#hellosh
变量https://ref.mingming.dev/docs/bash.html#变量
注释https://ref.mingming.dev/docs/bash.html#注释
参数https://ref.mingming.dev/docs/bash.html#参数
函数https://ref.mingming.dev/docs/bash.html#函数
条件句https://ref.mingming.dev/docs/bash.html#条件句
大括号扩展https://ref.mingming.dev/docs/bash.html#大括号扩展
Shell 执行https://ref.mingming.dev/docs/bash.html#shell-执行
Bash 参数扩展https://ref.mingming.dev/docs/bash.html#bash-参数扩展
语法https://ref.mingming.dev/docs/bash.html#语法
子字符串https://ref.mingming.dev/docs/bash.html#子字符串
Lengthhttps://ref.mingming.dev/docs/bash.html#length
默认值https://ref.mingming.dev/docs/bash.html#默认值
替代 Substitutionhttps://ref.mingming.dev/docs/bash.html#替代-substitution
切片 Slicinghttps://ref.mingming.dev/docs/bash.html#切片-slicing
基本路径和目录路径https://ref.mingming.dev/docs/bash.html#基本路径和目录路径
转换https://ref.mingming.dev/docs/bash.html#转换
Bash 数组https://ref.mingming.dev/docs/bash.html#bash-数组
定义数组https://ref.mingming.dev/docs/bash.html#定义数组
索引https://ref.mingming.dev/docs/bash.html#索引
迭代 Iterationhttps://ref.mingming.dev/docs/bash.html#迭代-iteration
有索引https://ref.mingming.dev/docs/bash.html#有索引
操作https://ref.mingming.dev/docs/bash.html#操作
数组作为参数https://ref.mingming.dev/docs/bash.html#数组作为参数
Bash 字典https://ref.mingming.dev/docs/bash.html#bash-字典
定义https://ref.mingming.dev/docs/bash.html#定义
使用字典https://ref.mingming.dev/docs/bash.html#使用字典
迭代https://ref.mingming.dev/docs/bash.html#迭代
Bash 条件句https://ref.mingming.dev/docs/bash.html#bash-条件句
整数条件https://ref.mingming.dev/docs/bash.html#整数条件
字符串条件https://ref.mingming.dev/docs/bash.html#字符串条件
例子https://ref.mingming.dev/docs/bash.html#例子
字符串https://ref.mingming.dev/docs/bash.html#字符串
组合https://ref.mingming.dev/docs/bash.html#组合
相等https://ref.mingming.dev/docs/bash.html#相等
正则表达式https://ref.mingming.dev/docs/bash.html#正则表达式
小于https://ref.mingming.dev/docs/bash.html#小于
存在https://ref.mingming.dev/docs/bash.html#存在
文件条件https://ref.mingming.dev/docs/bash.html#文件条件
更多条件https://ref.mingming.dev/docs/bash.html#更多条件
逻辑和,或https://ref.mingming.dev/docs/bash.html#逻辑和或
Bash 循环https://ref.mingming.dev/docs/bash.html#bash-循环
基本 for 循环https://ref.mingming.dev/docs/bash.html#基本-for-循环
类似 C 的 for 循环https://ref.mingming.dev/docs/bash.html#类似-c-的-for-循环
范围https://ref.mingming.dev/docs/bash.html#范围
步长https://ref.mingming.dev/docs/bash.html#步长
自动递增https://ref.mingming.dev/docs/bash.html#自动递增
自动递减https://ref.mingming.dev/docs/bash.html#自动递减
Continuehttps://ref.mingming.dev/docs/bash.html#continue
Breakhttps://ref.mingming.dev/docs/bash.html#break
Untilhttps://ref.mingming.dev/docs/bash.html#until
死循环https://ref.mingming.dev/docs/bash.html#死循环
死循环(简写)https://ref.mingming.dev/docs/bash.html#死循环简写
读取文件的每一行https://ref.mingming.dev/docs/bash.html#读取文件的每一行
Bash 函数https://ref.mingming.dev/docs/bash.html#bash-函数
定义函数https://ref.mingming.dev/docs/bash.html#定义函数
返回值https://ref.mingming.dev/docs/bash.html#返回值
抛出错误https://ref.mingming.dev/docs/bash.html#抛出错误
Bash 选项https://ref.mingming.dev/docs/bash.html#bash-选项
选项https://ref.mingming.dev/docs/bash.html#选项
全局选项https://ref.mingming.dev/docs/bash.html#全局选项
Bash 历史https://ref.mingming.dev/docs/bash.html#bash-历史
命令https://ref.mingming.dev/docs/bash.html#命令
表达式https://ref.mingming.dev/docs/bash.html#表达式
操作https://ref.mingming.dev/docs/bash.html#操作-1
切片 Sliceshttps://ref.mingming.dev/docs/bash.html#切片-slices
杂项https://ref.mingming.dev/docs/bash.html#杂项
数值计算https://ref.mingming.dev/docs/bash.html#数值计算
子 shellhttps://ref.mingming.dev/docs/bash.html#子-shell
检查命令https://ref.mingming.dev/docs/bash.html#检查命令
重定向https://ref.mingming.dev/docs/bash.html#重定向
来源相对https://ref.mingming.dev/docs/bash.html#来源相对
脚本目录https://ref.mingming.dev/docs/bash.html#脚本目录
Case/switchhttps://ref.mingming.dev/docs/bash.html#caseswitch
陷阱错误https://ref.mingming.dev/docs/bash.html#陷阱错误
printfhttps://ref.mingming.dev/docs/bash.html#printf
获取选项https://ref.mingming.dev/docs/bash.html#获取选项
检查命令的结果https://ref.mingming.dev/docs/bash.html#检查命令的结果
grep 检查https://ref.mingming.dev/docs/bash.html#grep-检查
写入文件https://ref.mingming.dev/docs/bash.html#写入文件
特殊变量https://ref.mingming.dev/docs/bash.html#特殊变量
反斜杠转义https://ref.mingming.dev/docs/bash.html#反斜杠转义
Heredochttps://ref.mingming.dev/docs/bash.html#heredoc
转到上一个目录https://ref.mingming.dev/docs/bash.html#转到上一个目录
读取输入https://ref.mingming.dev/docs/bash.html#读取输入
条件执行https://ref.mingming.dev/docs/bash.html#条件执行
严格模式https://ref.mingming.dev/docs/bash.html#严格模式
可选参数https://ref.mingming.dev/docs/bash.html#可选参数
调试模式https://ref.mingming.dev/docs/bash.html#调试模式
命令行光标移动类https://ref.mingming.dev/docs/bash.html#命令行光标移动类
Bash 颜色https://ref.mingming.dev/docs/bash.html#bash-颜色
颜色着色语法示例https://ref.mingming.dev/docs/bash.html#颜色着色语法示例
示例https://ref.mingming.dev/docs/bash.html#示例
示例https://ref.mingming.dev/docs/bash.html#示例-1
样式https://ref.mingming.dev/docs/bash.html#样式
ANSI — 颜色转义码https://ref.mingming.dev/docs/bash.html#ansi--颜色转义码
ANSI — 颜色转义码(亮色)https://ref.mingming.dev/docs/bash.html#ansi--颜色转义码亮色
可用功能https://ref.mingming.dev/docs/bash.html#可用功能
另见https://ref.mingming.dev/docs/bash.html#另见
https://ref.mingming.dev/docs/bash.html#入门
https://ref.mingming.dev/docs/bash.html#hellosh
https://ref.mingming.dev/docs/bash.html#变量
https://ref.mingming.dev/docs/bash.html#注释
https://ref.mingming.dev/docs/bash.html#参数
特殊参数http://wiki.bash-hackers.org/syntax/shellvars#special_parameters_and_shell_variables
https://ref.mingming.dev/docs/bash.html#函数
函数https://ref.mingming.dev/docs/bash.html#bash-%E5%87%BD%E6%95%B0
https://ref.mingming.dev/docs/bash.html#条件句
条件句https://ref.mingming.dev/docs/bash.html#bash-%E6%9D%A1%E4%BB%B6%E5%8F%A5
https://ref.mingming.dev/docs/bash.html#大括号扩展
大括号扩展http://wiki.bash-hackers.org/syntax/expansion/brace
https://ref.mingming.dev/docs/bash.html#shell-执行
命令替换http://wiki.bash-hackers.org/syntax/expansion/cmdsubst
https://ref.mingming.dev/docs/bash.html#bash-参数扩展
https://ref.mingming.dev/docs/bash.html#语法
https://ref.mingming.dev/docs/bash.html#子字符串
https://ref.mingming.dev/docs/bash.html#length
https://ref.mingming.dev/docs/bash.html#默认值
https://ref.mingming.dev/docs/bash.html#替代-substitution
https://ref.mingming.dev/docs/bash.html#切片-slicing
参数扩展http://wiki.bash-hackers.org/syntax/pe
https://ref.mingming.dev/docs/bash.html#基本路径和目录路径
https://ref.mingming.dev/docs/bash.html#转换
https://ref.mingming.dev/docs/bash.html#bash-数组
https://ref.mingming.dev/docs/bash.html#定义数组
https://ref.mingming.dev/docs/bash.html#索引
https://ref.mingming.dev/docs/bash.html#迭代-iteration
https://ref.mingming.dev/docs/bash.html#有索引
https://ref.mingming.dev/docs/bash.html#操作
https://ref.mingming.dev/docs/bash.html#数组作为参数
https://ref.mingming.dev/docs/bash.html#bash-字典
https://ref.mingming.dev/docs/bash.html#定义
https://ref.mingming.dev/docs/bash.html#使用字典
https://ref.mingming.dev/docs/bash.html#迭代
https://ref.mingming.dev/docs/bash.html#bash-条件句
https://ref.mingming.dev/docs/bash.html#整数条件
https://ref.mingming.dev/docs/bash.html#字符串条件
https://ref.mingming.dev/docs/bash.html#例子
https://ref.mingming.dev/docs/bash.html#字符串
https://ref.mingming.dev/docs/bash.html#组合
https://ref.mingming.dev/docs/bash.html#相等
https://ref.mingming.dev/docs/bash.html#正则表达式
https://ref.mingming.dev/docs/bash.html#小于
https://ref.mingming.dev/docs/bash.html#存在
https://ref.mingming.dev/docs/bash.html#文件条件
https://ref.mingming.dev/docs/bash.html#更多条件
https://ref.mingming.dev/docs/bash.html#逻辑和或
https://ref.mingming.dev/docs/bash.html#bash-循环
https://ref.mingming.dev/docs/bash.html#基本-for-循环
https://ref.mingming.dev/docs/bash.html#类似-c-的-for-循环
https://ref.mingming.dev/docs/bash.html#范围
https://ref.mingming.dev/docs/bash.html#步长
https://ref.mingming.dev/docs/bash.html#自动递增
https://ref.mingming.dev/docs/bash.html#自动递减
https://ref.mingming.dev/docs/bash.html#continue
https://ref.mingming.dev/docs/bash.html#break
https://ref.mingming.dev/docs/bash.html#until
https://ref.mingming.dev/docs/bash.html#死循环
https://ref.mingming.dev/docs/bash.html#死循环简写
https://ref.mingming.dev/docs/bash.html#读取文件的每一行
https://ref.mingming.dev/docs/bash.html#bash-函数
https://ref.mingming.dev/docs/bash.html#定义函数
https://ref.mingming.dev/docs/bash.html#返回值
https://ref.mingming.dev/docs/bash.html#抛出错误
https://ref.mingming.dev/docs/bash.html#bash-选项
https://ref.mingming.dev/docs/bash.html#选项
https://ref.mingming.dev/docs/bash.html#全局选项
https://ref.mingming.dev/docs/bash.html#bash-历史
https://ref.mingming.dev/docs/bash.html#命令
https://ref.mingming.dev/docs/bash.html#表达式
https://ref.mingming.dev/docs/bash.html#操作-1
https://ref.mingming.dev/docs/bash.html#切片-slices
https://ref.mingming.dev/docs/bash.html#杂项
https://ref.mingming.dev/docs/bash.html#数值计算
https://ref.mingming.dev/docs/bash.html#子-shell
https://ref.mingming.dev/docs/bash.html#检查命令
https://ref.mingming.dev/docs/bash.html#重定向
https://ref.mingming.dev/docs/bash.html#来源相对
https://ref.mingming.dev/docs/bash.html#脚本目录
https://ref.mingming.dev/docs/bash.html#caseswitch
https://ref.mingming.dev/docs/bash.html#陷阱错误
https://ref.mingming.dev/docs/bash.html#printf
https://ref.mingming.dev/docs/bash.html#获取选项
https://ref.mingming.dev/docs/bash.html#检查命令的结果
https://ref.mingming.dev/docs/bash.html#grep-检查
https://ref.mingming.dev/docs/bash.html#写入文件
https://ref.mingming.dev/docs/bash.html#特殊变量
特殊参数http://wiki.bash-hackers.org/syntax/shellvars#special_parameters_and_shell_variables
https://ref.mingming.dev/docs/bash.html#反斜杠转义
https://ref.mingming.dev/docs/bash.html#heredoc
https://ref.mingming.dev/docs/bash.html#转到上一个目录
https://ref.mingming.dev/docs/bash.html#读取输入
https://ref.mingming.dev/docs/bash.html#条件执行
https://ref.mingming.dev/docs/bash.html#严格模式
非官方 bash 严格模式http://redsymbol.net/articles/unofficial-bash-strict-mode/
https://ref.mingming.dev/docs/bash.html#可选参数
https://ref.mingming.dev/docs/bash.html#调试模式
https://ref.mingming.dev/docs/bash.html#命令行光标移动类
https://ref.mingming.dev/docs/bash.html#bash-颜色
https://ref.mingming.dev/docs/bash.html#颜色着色语法示例
https://ref.mingming.dev/docs/bash.html#示例
https://ref.mingming.dev/docs/bash.html#示例-1
https://ref.mingming.dev/docs/bash.html#样式
https://ref.mingming.dev/docs/bash.html#ansi--颜色转义码
https://ref.mingming.dev/docs/bash.html#ansi--颜色转义码亮色
https://ref.mingming.dev/docs/bash.html#可用功能
https://ref.mingming.dev/docs/bash.html#另见
Shell 教程https://jaywcjlove.github.io/shell-tutorial
Devhintshttps://devhints.io/bash
Bash-hackers wikihttp://wiki.bash-hackers.org/
Shell varshttp://wiki.bash-hackers.org/syntax/shellvars
Learn bash in y minuteshttps://learnxinyminutes.com/docs/bash/
Bash Guidehttp://mywiki.wooledge.org/BashGuide
ShellCheckhttps://www.shellcheck.net/
shell - Standard Shellhttps://devmanual.gentoo.org/tools-reference/bash/index.html
ANSI 转义序列https://zh.wikipedia.org/wiki/ANSI%E8%BD%AC%E4%B9%89%E5%BA%8F%E5%88%97
Kenny Wanghttps://wangchujiang.com/#/app

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.