主页
文章
关于
Toggle Theme
Toggle Theme
bash
Bash 变量
bash
Bash 变量分成环境变量和自定义变量两类
Published On
2024年3月21日
Read more →
Bash 字符串操作
bash
介绍 Bash 字符串操作的语法
Published On
2024年3月20日
Read more →
Bash 启动环境
bash
用户每次使用 Shell,都会开启一个与 Shell 的 Session
Published On
2024年3月19日
Read more →
Bash 目录堆栈
bash
为了方便用户在不同目录之间切换,Bash 提供了目录堆栈功能
Published On
2024年3月18日
Read more →
Bash set,shopt 命令
bash
二个很重要的命令解释
Published On
2024年3月17日
Read more →
Bash 脚本入门
bash
脚本就是包含一系列命令的一个文本文件
Published On
2024年3月16日
Read more →
Bash 行操作
bash
Bash 内置了 Readline 库,具有这个库提供的很多“行操作”功能
Published On
2024年3月15日
Read more →
Bash read 命令
bash
户的输入存入一个变量,方便后面的代码使用
Published On
2024年3月14日
Read more →
Bash 引号和转义
bash
Bash 只有一种数据类型,就是字符串
Published On
2024年3月13日
Read more →
Bash 命令提示符
bash
用户进入 Bash 以后,Bash 会显示一个命令提示符,用来提示用户在该位置后面输入命令
Published On
2024年3月12日
Read more →
Bash mktemp,trap 命令
bash
Bash 创建临时文件和目录
Published On
2024年3月11日
Read more →
Bash 循环
bash
Bash 提供三种循环语法`for`、`while`和`until`
Published On
2024年3月10日
Read more →
Bash 操作历史
bash
Bash 会保留用户的操作历史,即用户输入的每一条命令都会记录
Published On
2024年3月9日
Read more →
Bash 的基本语法
bash
开始写脚本了
Published On
2024年3月8日
Read more →
Bash 的函数
bash
Bash 函数的用法
Published On
2024年3月7日
Read more →
Bash 的模式扩展
bash
Bash 可以接收到用户输入的命令
Published On
2024年3月6日
Read more →
Bash Debug
bash
如何对 Shell 脚本除错
Published On
2024年3月5日
Read more →
Bash 的条件判断
bash
Bash 脚本的条件判断语法
Published On
2024年3月4日
Read more →
Bash 的数组
bash
Bash 数组是一个包含多个值的变量
Published On
2024年3月3日
Read more →
Bash 的算术运算
bash
Bash 算术表达式
Published On
2024年3月2日
Read more →
Bash 简介
bash
Bash 是 Unix 系统和 Linux 系统的一种 Shell
Published On
2024年3月1日
Read more →
标签
javascript (81)
ecmascript (34)
typescript (31)
bash (21)
linux (17)
html (17)
ssh (11)
androidstudio (1)
vscode (1)
window (1)
git (1)
svn (1)