├── .gitignore ├── Commands ├── Device │ ├── readme.md │ └── stty.md ├── File │ ├── readme.md │ ├── tar.md │ ├── unzip.md │ ├── whereis.md │ ├── which.md │ ├── zip.md │ ├── zipcloak.md │ ├── zipnote.md │ └── zipsplit.md ├── System │ ├── readme.md │ └── sync.md ├── User │ ├── readme.md │ ├── useradd.md │ ├── userdel.md │ ├── usermod.md │ └── who.md ├── alias+d+shell.md ├── apt-get+b+system+software.md ├── aptitude+b+system+software.md ├── arping+d+internet.md ├── aspell+c+edit+check.md ├── awk+a+edit.md ├── basename+c+edit.md ├── bash+b+software+shell.md ├── bc+c+calculate.md ├── bg+b+process.md ├── case+c+shell+key.md ├── cat+a+file+check.md ├── chattr+b+privilege.md ├── chfn+d+file+user.md ├── chgrp+d+privilege.md ├── chmod+b+privilege.md ├── chown+b+privilege.md ├── chsh+d+shell.md ├── comm+b+file+compare.md ├── cp+b+file+copy.md ├── cpufreq+d+device+cpu.md ├── crontab+b+software+shell.md ├── csplit+a+file.md ├── cut+a+edit.md ├── date+a+system+date.md ├── dd+a+file.md ├── declare+c+shell.md ├── df+b+device+disk.md ├── dhclient+d+internet+dhcp.md ├── diff+b+file+compare.md ├── dirname+c+edit.md ├── dirs+d+file+dir.md ├── dmidecode+d+device.md ├── dpkg+b+system+software.md ├── du+b+device+disk.md ├── echo+a+io.md ├── enca+b+file+encode.md ├── env+d+file+user.md ├── ethtool+d+device+network.md ├── eval+c+shell.md ├── exec+c+shell.md ├── export+c+shell.md ├── expr+c+calculate.md ├── fc+d+file+user.md ├── fdisk+b+device+disk.md ├── fg+b+process.md ├── file+b+file.md ├── find.md ├── gconftool-2+d+system.md ├── getconf+b+system.md ├── grep+b+search.md ├── groupadd+d+file+user.md ├── gzip+b+package+compress.md ├── head+a+edit.md ├── help+b+software+shell.md ├── history+b+software+shell.md ├── iconv+b+file+encode.md ├── ifconfig+b+internet.md ├── im-switch+d+software.md ├── iptable+b+internet.md ├── jobs+a+process.md ├── kill+b+process.md ├── last+b+file+user.md ├── ln+b+file.md ├── locale+b+system.md ├── locate+b+search.md ├── look+a+file.md ├── losetup+b+file.md ├── ls+b+file+check.md ├── lsattr+b+privilege.md ├── lsmod+b+system.md ├── lsof+b+system.md ├── mail+d+software+mail.md ├── md5deep+b+file+check.md ├── md5sum+b+file+check.md ├── mkdir+b+file.md ├── mkfs+d+file.md ├── mknod+a+file.md ├── mksock+c+file.md ├── mktemp+a+file.md ├── mount+b+device.md ├── mv+a+file+move.md ├── mysql+a+software+mysql.md ├── nc+b+internet.md ├── netstat+b+internet.md ├── nice+b+privilege.md ├── nmblookup+d+internet.md ├── notify-send+c+io.md ├── passwd+b+file+user.md ├── paste+b+edit.md ├── patch+b+file.md ├── ping+b+internet.md ├── popd+b+file+dir.md ├── printf+a+io.md ├── ps+b+process.md ├── pushd+b+file+dir.md ├── read+c+io.md ├── readlink+d+search.md ├── readme.md ├── readonly+c+shell.md ├── rename+a+file.md ├── renice+b+privilege.md ├── rkhunter+d+software.md ├── rm+a+file.md ├── rmdir+d+file.md ├── route+b+internet.md ├── rpm+d+system+software.md ├── script+b+file.md ├── scriptreplay+b+file.md ├── sed+a+edit.md ├── select+c+shell+key.md ├── service+b+system.md ├── set+a+software+shell.md ├── sha1sum+b+file+check.md ├── shopt+a+software.md ├── shutdown+b+system.md ├── snort+b+internet.md ├── sort+a+edit.md ├── source+a+shell.md ├── split+a+file.md ├── ssh+b+internet.md ├── stat+a+file.md ├── tail+a+edit.md ├── tee+c+shell.md ├── test+a+shell.md ├── time+a+process.md ├── top+b+process.md ├── touch+b+file.md ├── tput+c+device+terminal.md ├── tr+a+edit.md ├── traceroute6+b+internet.md ├── trap+a+process.md ├── type+b+search.md ├── umask+a+privilege.md ├── unalias+d+shell.md ├── uname+b+system.md ├── uniq+a+edit.md ├── unset+c+shell.md ├── update-rc.d+d+system.md ├── w3m+d+internet.md ├── wc+a+calculate.md ├── whois+d+internet.md ├── xargs+a+shell.md └── xset+d+system.md ├── LICENSE ├── README.md ├── SUMMARY.md ├── Scripts ├── README ├── gdlt │ ├── README │ ├── config │ │ ├── gdlt.config │ │ └── gdltconfig.xml │ ├── gdlt │ └── subscript │ │ ├── awk │ │ ├── config.awk │ │ ├── log.awk │ │ ├── project.awk │ │ └── server.awk │ │ ├── checklog │ │ ├── launchapp │ │ ├── localredis │ │ ├── process │ │ ├── updateSql │ │ └── updatefile ├── study │ ├── 1.base.sh │ ├── 10.stdio.sh │ ├── 11.temp_file.sh │ ├── 12.controlScript.sh │ ├── 13.function.sh │ ├── 14.regular.sh │ ├── 15.useMysql.sh │ ├── 16.array.sh │ ├── 17.hereDocument.sh │ ├── 18.varible.sh │ ├── 2.calculate.sh │ ├── 3.exit.sh │ ├── 4.0 if&else.sh │ ├── 4.1 test.sh │ ├── 5.loop.sh │ ├── 6.input.sh │ ├── 7.withOptions.sh │ ├── 8.readInput.sh │ ├── 9.readFile.sh │ └── README └── toomuchcache ├── Supports ├── bash内置变量及含义 ├── if结构中条件语句的写法 ├── set支持的bash选项含义 ├── shell启动配置文件 ├── shopt支持的bash选项含义 ├── 关联数组 ├── 函数的特性 ├── 别名和取消别名 ├── 历史指令扩展 ├── 变量扩展 ├── 命令替换 ├── 多命令执行方法 ├── 字符集 ├── 工作控制 ├── 文件权限 ├── 正则表达式 ├── 算数运算 ├── 系统信号及作用 ├── 网络重定向 ├── 脚本编程的技巧 ├── 自动处理交互式命令 ├── 进程描述字段的含义 └── 重定向&文件描述符 ├── book.json ├── next-steps └── what-next.md ├── publishing └── publishing-your-content.md ├── the-basics ├── change-requests.md ├── collections.md ├── live-edit-and-locked-edits.md ├── spaces.md └── the-gitbook-editor.md ├── tips-and-tricks └── speed-up-with-quick-find.md └── todo.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/.gitignore -------------------------------------------------------------------------------- /Commands/Device/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Commands/Device/stty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/Device/stty.md -------------------------------------------------------------------------------- /Commands/File/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Commands/File/tar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/File/tar.md -------------------------------------------------------------------------------- /Commands/File/unzip.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Commands/File/whereis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/File/whereis.md -------------------------------------------------------------------------------- /Commands/File/which.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/File/which.md -------------------------------------------------------------------------------- /Commands/File/zip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/File/zip.md -------------------------------------------------------------------------------- /Commands/File/zipcloak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/File/zipcloak.md -------------------------------------------------------------------------------- /Commands/File/zipnote.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Commands/File/zipsplit.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Commands/System/readme.md: -------------------------------------------------------------------------------- 1 | # System 2 | -------------------------------------------------------------------------------- /Commands/System/sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/System/sync.md -------------------------------------------------------------------------------- /Commands/User/readme.md: -------------------------------------------------------------------------------- 1 | # User 2 | -------------------------------------------------------------------------------- /Commands/User/useradd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/User/useradd.md -------------------------------------------------------------------------------- /Commands/User/userdel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/User/userdel.md -------------------------------------------------------------------------------- /Commands/User/usermod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/User/usermod.md -------------------------------------------------------------------------------- /Commands/User/who.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/User/who.md -------------------------------------------------------------------------------- /Commands/alias+d+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/alias+d+shell.md -------------------------------------------------------------------------------- /Commands/apt-get+b+system+software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/apt-get+b+system+software.md -------------------------------------------------------------------------------- /Commands/aptitude+b+system+software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/aptitude+b+system+software.md -------------------------------------------------------------------------------- /Commands/arping+d+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/arping+d+internet.md -------------------------------------------------------------------------------- /Commands/aspell+c+edit+check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/aspell+c+edit+check.md -------------------------------------------------------------------------------- /Commands/awk+a+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/awk+a+edit.md -------------------------------------------------------------------------------- /Commands/basename+c+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/basename+c+edit.md -------------------------------------------------------------------------------- /Commands/bash+b+software+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/bash+b+software+shell.md -------------------------------------------------------------------------------- /Commands/bc+c+calculate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/bc+c+calculate.md -------------------------------------------------------------------------------- /Commands/bg+b+process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/bg+b+process.md -------------------------------------------------------------------------------- /Commands/case+c+shell+key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/case+c+shell+key.md -------------------------------------------------------------------------------- /Commands/cat+a+file+check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/cat+a+file+check.md -------------------------------------------------------------------------------- /Commands/chattr+b+privilege.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/chattr+b+privilege.md -------------------------------------------------------------------------------- /Commands/chfn+d+file+user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/chfn+d+file+user.md -------------------------------------------------------------------------------- /Commands/chgrp+d+privilege.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/chgrp+d+privilege.md -------------------------------------------------------------------------------- /Commands/chmod+b+privilege.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/chmod+b+privilege.md -------------------------------------------------------------------------------- /Commands/chown+b+privilege.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/chown+b+privilege.md -------------------------------------------------------------------------------- /Commands/chsh+d+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/chsh+d+shell.md -------------------------------------------------------------------------------- /Commands/comm+b+file+compare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/comm+b+file+compare.md -------------------------------------------------------------------------------- /Commands/cp+b+file+copy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/cp+b+file+copy.md -------------------------------------------------------------------------------- /Commands/cpufreq+d+device+cpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/cpufreq+d+device+cpu.md -------------------------------------------------------------------------------- /Commands/crontab+b+software+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/crontab+b+software+shell.md -------------------------------------------------------------------------------- /Commands/csplit+a+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/csplit+a+file.md -------------------------------------------------------------------------------- /Commands/cut+a+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/cut+a+edit.md -------------------------------------------------------------------------------- /Commands/date+a+system+date.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/date+a+system+date.md -------------------------------------------------------------------------------- /Commands/dd+a+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/dd+a+file.md -------------------------------------------------------------------------------- /Commands/declare+c+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/declare+c+shell.md -------------------------------------------------------------------------------- /Commands/df+b+device+disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/df+b+device+disk.md -------------------------------------------------------------------------------- /Commands/dhclient+d+internet+dhcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/dhclient+d+internet+dhcp.md -------------------------------------------------------------------------------- /Commands/diff+b+file+compare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/diff+b+file+compare.md -------------------------------------------------------------------------------- /Commands/dirname+c+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/dirname+c+edit.md -------------------------------------------------------------------------------- /Commands/dirs+d+file+dir.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Commands/dmidecode+d+device.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/dmidecode+d+device.md -------------------------------------------------------------------------------- /Commands/dpkg+b+system+software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/dpkg+b+system+software.md -------------------------------------------------------------------------------- /Commands/du+b+device+disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/du+b+device+disk.md -------------------------------------------------------------------------------- /Commands/echo+a+io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/echo+a+io.md -------------------------------------------------------------------------------- /Commands/enca+b+file+encode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/enca+b+file+encode.md -------------------------------------------------------------------------------- /Commands/env+d+file+user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/env+d+file+user.md -------------------------------------------------------------------------------- /Commands/ethtool+d+device+network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/ethtool+d+device+network.md -------------------------------------------------------------------------------- /Commands/eval+c+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/eval+c+shell.md -------------------------------------------------------------------------------- /Commands/exec+c+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/exec+c+shell.md -------------------------------------------------------------------------------- /Commands/export+c+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/export+c+shell.md -------------------------------------------------------------------------------- /Commands/expr+c+calculate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/expr+c+calculate.md -------------------------------------------------------------------------------- /Commands/fc+d+file+user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/fc+d+file+user.md -------------------------------------------------------------------------------- /Commands/fdisk+b+device+disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/fdisk+b+device+disk.md -------------------------------------------------------------------------------- /Commands/fg+b+process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/fg+b+process.md -------------------------------------------------------------------------------- /Commands/file+b+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/file+b+file.md -------------------------------------------------------------------------------- /Commands/find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/find.md -------------------------------------------------------------------------------- /Commands/gconftool-2+d+system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/gconftool-2+d+system.md -------------------------------------------------------------------------------- /Commands/getconf+b+system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/getconf+b+system.md -------------------------------------------------------------------------------- /Commands/grep+b+search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/grep+b+search.md -------------------------------------------------------------------------------- /Commands/groupadd+d+file+user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/groupadd+d+file+user.md -------------------------------------------------------------------------------- /Commands/gzip+b+package+compress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/gzip+b+package+compress.md -------------------------------------------------------------------------------- /Commands/head+a+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/head+a+edit.md -------------------------------------------------------------------------------- /Commands/help+b+software+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/help+b+software+shell.md -------------------------------------------------------------------------------- /Commands/history+b+software+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/history+b+software+shell.md -------------------------------------------------------------------------------- /Commands/iconv+b+file+encode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/iconv+b+file+encode.md -------------------------------------------------------------------------------- /Commands/ifconfig+b+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/ifconfig+b+internet.md -------------------------------------------------------------------------------- /Commands/im-switch+d+software.md: -------------------------------------------------------------------------------- 1 | 切换输入法引擎 2 | im-switch -c 3 | -------------------------------------------------------------------------------- /Commands/iptable+b+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/iptable+b+internet.md -------------------------------------------------------------------------------- /Commands/jobs+a+process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/jobs+a+process.md -------------------------------------------------------------------------------- /Commands/kill+b+process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/kill+b+process.md -------------------------------------------------------------------------------- /Commands/last+b+file+user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/last+b+file+user.md -------------------------------------------------------------------------------- /Commands/ln+b+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/ln+b+file.md -------------------------------------------------------------------------------- /Commands/locale+b+system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/locale+b+system.md -------------------------------------------------------------------------------- /Commands/locate+b+search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/locate+b+search.md -------------------------------------------------------------------------------- /Commands/look+a+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/look+a+file.md -------------------------------------------------------------------------------- /Commands/losetup+b+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/losetup+b+file.md -------------------------------------------------------------------------------- /Commands/ls+b+file+check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/ls+b+file+check.md -------------------------------------------------------------------------------- /Commands/lsattr+b+privilege.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/lsattr+b+privilege.md -------------------------------------------------------------------------------- /Commands/lsmod+b+system.md: -------------------------------------------------------------------------------- 1 | #用于查看内核加载模块 2 | lsmod 3 | -------------------------------------------------------------------------------- /Commands/lsof+b+system.md: -------------------------------------------------------------------------------- 1 | #示例 2 | lsof -i :80 #查看当前监听80端口的程序 3 | -------------------------------------------------------------------------------- /Commands/mail+d+software+mail.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Commands/md5deep+b+file+check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/md5deep+b+file+check.md -------------------------------------------------------------------------------- /Commands/md5sum+b+file+check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/md5sum+b+file+check.md -------------------------------------------------------------------------------- /Commands/mkdir+b+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/mkdir+b+file.md -------------------------------------------------------------------------------- /Commands/mkfs+d+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/mkfs+d+file.md -------------------------------------------------------------------------------- /Commands/mknod+a+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/mknod+a+file.md -------------------------------------------------------------------------------- /Commands/mksock+c+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/mksock+c+file.md -------------------------------------------------------------------------------- /Commands/mktemp+a+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/mktemp+a+file.md -------------------------------------------------------------------------------- /Commands/mount+b+device.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/mount+b+device.md -------------------------------------------------------------------------------- /Commands/mv+a+file+move.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/mv+a+file+move.md -------------------------------------------------------------------------------- /Commands/mysql+a+software+mysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/mysql+a+software+mysql.md -------------------------------------------------------------------------------- /Commands/nc+b+internet.md: -------------------------------------------------------------------------------- 1 | // 扫描某个IP的端口 2 | nc -v -w 1 192.168.1.1 -z 1-1000 3 | -------------------------------------------------------------------------------- /Commands/netstat+b+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/netstat+b+internet.md -------------------------------------------------------------------------------- /Commands/nice+b+privilege.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/nice+b+privilege.md -------------------------------------------------------------------------------- /Commands/nmblookup+d+internet.md: -------------------------------------------------------------------------------- 1 | //根据IP查电脑名 2 | nmblookup -A IP地址 3 | -------------------------------------------------------------------------------- /Commands/notify-send+c+io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/notify-send+c+io.md -------------------------------------------------------------------------------- /Commands/passwd+b+file+user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/passwd+b+file+user.md -------------------------------------------------------------------------------- /Commands/paste+b+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/paste+b+edit.md -------------------------------------------------------------------------------- /Commands/patch+b+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/patch+b+file.md -------------------------------------------------------------------------------- /Commands/ping+b+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/ping+b+internet.md -------------------------------------------------------------------------------- /Commands/popd+b+file+dir.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Commands/printf+a+io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/printf+a+io.md -------------------------------------------------------------------------------- /Commands/ps+b+process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/ps+b+process.md -------------------------------------------------------------------------------- /Commands/pushd+b+file+dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/pushd+b+file+dir.md -------------------------------------------------------------------------------- /Commands/read+c+io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/read+c+io.md -------------------------------------------------------------------------------- /Commands/readlink+d+search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/readlink+d+search.md -------------------------------------------------------------------------------- /Commands/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/readme.md -------------------------------------------------------------------------------- /Commands/readonly+c+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/readonly+c+shell.md -------------------------------------------------------------------------------- /Commands/rename+a+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/rename+a+file.md -------------------------------------------------------------------------------- /Commands/renice+b+privilege.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/renice+b+privilege.md -------------------------------------------------------------------------------- /Commands/rkhunter+d+software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/rkhunter+d+software.md -------------------------------------------------------------------------------- /Commands/rm+a+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/rm+a+file.md -------------------------------------------------------------------------------- /Commands/rmdir+d+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/rmdir+d+file.md -------------------------------------------------------------------------------- /Commands/route+b+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/route+b+internet.md -------------------------------------------------------------------------------- /Commands/rpm+d+system+software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/rpm+d+system+software.md -------------------------------------------------------------------------------- /Commands/script+b+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/script+b+file.md -------------------------------------------------------------------------------- /Commands/scriptreplay+b+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/scriptreplay+b+file.md -------------------------------------------------------------------------------- /Commands/sed+a+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/sed+a+edit.md -------------------------------------------------------------------------------- /Commands/select+c+shell+key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/select+c+shell+key.md -------------------------------------------------------------------------------- /Commands/service+b+system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/service+b+system.md -------------------------------------------------------------------------------- /Commands/set+a+software+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/set+a+software+shell.md -------------------------------------------------------------------------------- /Commands/sha1sum+b+file+check.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Commands/shopt+a+software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/shopt+a+software.md -------------------------------------------------------------------------------- /Commands/shutdown+b+system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/shutdown+b+system.md -------------------------------------------------------------------------------- /Commands/snort+b+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/snort+b+internet.md -------------------------------------------------------------------------------- /Commands/sort+a+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/sort+a+edit.md -------------------------------------------------------------------------------- /Commands/source+a+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/source+a+shell.md -------------------------------------------------------------------------------- /Commands/split+a+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/split+a+file.md -------------------------------------------------------------------------------- /Commands/ssh+b+internet.md: -------------------------------------------------------------------------------- 1 | ssh: secure shell是一款集远程操作linux和进行文件上传和下载的软件。 2 | 3 | linux下的一种网络服务sshd,的端口为22 4 | -------------------------------------------------------------------------------- /Commands/stat+a+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/stat+a+file.md -------------------------------------------------------------------------------- /Commands/tail+a+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/tail+a+edit.md -------------------------------------------------------------------------------- /Commands/tee+c+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/tee+c+shell.md -------------------------------------------------------------------------------- /Commands/test+a+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/test+a+shell.md -------------------------------------------------------------------------------- /Commands/time+a+process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/time+a+process.md -------------------------------------------------------------------------------- /Commands/top+b+process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/top+b+process.md -------------------------------------------------------------------------------- /Commands/touch+b+file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/touch+b+file.md -------------------------------------------------------------------------------- /Commands/tput+c+device+terminal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/tput+c+device+terminal.md -------------------------------------------------------------------------------- /Commands/tr+a+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/tr+a+edit.md -------------------------------------------------------------------------------- /Commands/traceroute6+b+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/traceroute6+b+internet.md -------------------------------------------------------------------------------- /Commands/trap+a+process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/trap+a+process.md -------------------------------------------------------------------------------- /Commands/type+b+search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/type+b+search.md -------------------------------------------------------------------------------- /Commands/umask+a+privilege.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/umask+a+privilege.md -------------------------------------------------------------------------------- /Commands/unalias+d+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/unalias+d+shell.md -------------------------------------------------------------------------------- /Commands/uname+b+system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/uname+b+system.md -------------------------------------------------------------------------------- /Commands/uniq+a+edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/uniq+a+edit.md -------------------------------------------------------------------------------- /Commands/unset+c+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/unset+c+shell.md -------------------------------------------------------------------------------- /Commands/update-rc.d+d+system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/update-rc.d+d+system.md -------------------------------------------------------------------------------- /Commands/w3m+d+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/w3m+d+internet.md -------------------------------------------------------------------------------- /Commands/wc+a+calculate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/wc+a+calculate.md -------------------------------------------------------------------------------- /Commands/whois+d+internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/whois+d+internet.md -------------------------------------------------------------------------------- /Commands/xargs+a+shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/xargs+a+shell.md -------------------------------------------------------------------------------- /Commands/xset+d+system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Commands/xset+d+system.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /Scripts/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/README -------------------------------------------------------------------------------- /Scripts/gdlt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/README -------------------------------------------------------------------------------- /Scripts/gdlt/config/gdlt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/config/gdlt.config -------------------------------------------------------------------------------- /Scripts/gdlt/config/gdltconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/config/gdltconfig.xml -------------------------------------------------------------------------------- /Scripts/gdlt/gdlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/gdlt -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/awk/config.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/awk/config.awk -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/awk/log.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/awk/log.awk -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/awk/project.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/awk/project.awk -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/awk/server.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/awk/server.awk -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/checklog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/checklog -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/launchapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/launchapp -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/localredis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/localredis -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/process: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/process -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/updateSql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/updateSql -------------------------------------------------------------------------------- /Scripts/gdlt/subscript/updatefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/gdlt/subscript/updatefile -------------------------------------------------------------------------------- /Scripts/study/1.base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/1.base.sh -------------------------------------------------------------------------------- /Scripts/study/10.stdio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/10.stdio.sh -------------------------------------------------------------------------------- /Scripts/study/11.temp_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/11.temp_file.sh -------------------------------------------------------------------------------- /Scripts/study/12.controlScript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/12.controlScript.sh -------------------------------------------------------------------------------- /Scripts/study/13.function.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/13.function.sh -------------------------------------------------------------------------------- /Scripts/study/14.regular.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/14.regular.sh -------------------------------------------------------------------------------- /Scripts/study/15.useMysql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/15.useMysql.sh -------------------------------------------------------------------------------- /Scripts/study/16.array.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/16.array.sh -------------------------------------------------------------------------------- /Scripts/study/17.hereDocument.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/17.hereDocument.sh -------------------------------------------------------------------------------- /Scripts/study/18.varible.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/18.varible.sh -------------------------------------------------------------------------------- /Scripts/study/2.calculate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/2.calculate.sh -------------------------------------------------------------------------------- /Scripts/study/3.exit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/3.exit.sh -------------------------------------------------------------------------------- /Scripts/study/4.0 if&else.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/4.0 if&else.sh -------------------------------------------------------------------------------- /Scripts/study/4.1 test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/4.1 test.sh -------------------------------------------------------------------------------- /Scripts/study/5.loop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/5.loop.sh -------------------------------------------------------------------------------- /Scripts/study/6.input.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/6.input.sh -------------------------------------------------------------------------------- /Scripts/study/7.withOptions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/7.withOptions.sh -------------------------------------------------------------------------------- /Scripts/study/8.readInput.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/8.readInput.sh -------------------------------------------------------------------------------- /Scripts/study/9.readFile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/9.readFile.sh -------------------------------------------------------------------------------- /Scripts/study/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/study/README -------------------------------------------------------------------------------- /Scripts/toomuchcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Scripts/toomuchcache -------------------------------------------------------------------------------- /Supports/bash内置变量及含义: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/bash内置变量及含义 -------------------------------------------------------------------------------- /Supports/if结构中条件语句的写法: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/if结构中条件语句的写法 -------------------------------------------------------------------------------- /Supports/set支持的bash选项含义: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/set支持的bash选项含义 -------------------------------------------------------------------------------- /Supports/shell启动配置文件: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/shell启动配置文件 -------------------------------------------------------------------------------- /Supports/shopt支持的bash选项含义: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/shopt支持的bash选项含义 -------------------------------------------------------------------------------- /Supports/关联数组: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/关联数组 -------------------------------------------------------------------------------- /Supports/函数的特性: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/函数的特性 -------------------------------------------------------------------------------- /Supports/别名和取消别名: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/别名和取消别名 -------------------------------------------------------------------------------- /Supports/历史指令扩展: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/历史指令扩展 -------------------------------------------------------------------------------- /Supports/变量扩展: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/变量扩展 -------------------------------------------------------------------------------- /Supports/命令替换: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/命令替换 -------------------------------------------------------------------------------- /Supports/多命令执行方法: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/多命令执行方法 -------------------------------------------------------------------------------- /Supports/字符集: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/字符集 -------------------------------------------------------------------------------- /Supports/工作控制: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/工作控制 -------------------------------------------------------------------------------- /Supports/文件权限: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/文件权限 -------------------------------------------------------------------------------- /Supports/正则表达式: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/正则表达式 -------------------------------------------------------------------------------- /Supports/算数运算: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/算数运算 -------------------------------------------------------------------------------- /Supports/系统信号及作用: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/系统信号及作用 -------------------------------------------------------------------------------- /Supports/网络重定向: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/网络重定向 -------------------------------------------------------------------------------- /Supports/脚本编程的技巧: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/脚本编程的技巧 -------------------------------------------------------------------------------- /Supports/自动处理交互式命令: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/自动处理交互式命令 -------------------------------------------------------------------------------- /Supports/进程描述字段的含义: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/进程描述字段的含义 -------------------------------------------------------------------------------- /Supports/重定向&文件描述符: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/Supports/重定向&文件描述符 -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/book.json -------------------------------------------------------------------------------- /next-steps/what-next.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/next-steps/what-next.md -------------------------------------------------------------------------------- /publishing/publishing-your-content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/publishing/publishing-your-content.md -------------------------------------------------------------------------------- /the-basics/change-requests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/the-basics/change-requests.md -------------------------------------------------------------------------------- /the-basics/collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/the-basics/collections.md -------------------------------------------------------------------------------- /the-basics/live-edit-and-locked-edits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/the-basics/live-edit-and-locked-edits.md -------------------------------------------------------------------------------- /the-basics/spaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/the-basics/spaces.md -------------------------------------------------------------------------------- /the-basics/the-gitbook-editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/the-basics/the-gitbook-editor.md -------------------------------------------------------------------------------- /tips-and-tricks/speed-up-with-quick-find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/tips-and-tricks/speed-up-with-quick-find.md -------------------------------------------------------------------------------- /todo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youyouYoung/shell/HEAD/todo.md --------------------------------------------------------------------------------