合集-Linux Shell
摘要:Linux shell commands man chmod All In One
man
chmod 777
阅读全文
摘要:Linux & bash & shell ps https://www.binarytides.com/linux-ps-command/ PID & PPID https://www.lifewire.com/uses-of-linux-ps-command-4058715 $ ps -ef |
阅读全文
摘要:Linux bash shell All In One Linux https://tinylab.gitbooks.io/shellbook/content/zh/chapters/01-chapter1.html https://github.com/qinjx/30min_guides/blo
阅读全文
摘要:Linux shell command symbolic link & soft link All In One
符号链接 (软链接/硬链接)
hard link
soft link / symbolic link
npm link
bash
阅读全文
摘要:Linux bash shell All In One
terminal tools
asciinema-player
http verbs
symbol link
阅读全文
摘要:Linux shell (.sh 文件)基础命令 常用命令 汇总 shell,bash
阅读全文
摘要:How to use a shell script to check whether a command had been installed in the Linux server All In One
shell script error [: :需要整数表达式 / [: -eq:需要一元表达式 /[: ==:需要一元表达式
如果 if 语句使用的是单层方括号 [ ] 条件修饰符, 变量必须加上双引号
如果 if 语句使用的是双层方括号 [[ ]] 条件修饰符, 变量就不需要引号了
阅读全文
摘要:How to print a string with a variable by using the echo command in the shell script All In One
Node.js & nvm
parent shell vs child shell
打开 shell 的三种方式
terminal 登录后的交互式 shell (父 shell)
输入 bash 打开一新的交互式 shell (子 shell)
运行 shell script 创建的非交互式 shell (子 shell)
global environment variables vs local environment variables / shell variables
阅读全文