# Shell **Repository Path**: liuwake/Shell ## Basic Information - **Project Name**: Shell - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-29 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shell ## Dos cmd ### Ref - [Dos cmd命令和Bash shell 命令之间的对比](https://me.jinchuang.org/archives/260.html) ## PowerShell ## Bash - https://ohmybash.github.io/ ## Soft - [MacDDL](https://macddl.com/?s=shell) ### [Xshell](https://www.netsarang.com/en/xshell/) ### [FinalShell SSH](http://www.hostbuf.com/t/988.html) - 全平台,高级版付费,多出来的功能也没啥用;Mac下卡死过 ### Mac Bash??? ssh -p 端口号 服务器用户名@ip (例如ssh -p 22 userkunyu@119.29.37.63 ### SSH Shell for Mac ## Navi - https://weibo.com/ttarticle/p/show?id=2309404421863039172681 ## Tool ## Project ### PS1 - Udacity: [**控制shell提示符($PS1)**](https://classroom.udacity.com/courses/ud206/lessons/1cc90ac3-c03a-43e6-8556-dcbd40dfd418/concepts/ce6e3ca6-768e-4498-a511-f0bd9f046a74) - http://bashrcgenerator.com/ - ``` export PS1="\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\h:\[$(tput sgr0)\]\[\033[38;5;6m\][\w]:\[$(tput sgr0)\]\[\033[38;5;15m\] \l\[$(tput sgr0)\]" ``` #### Ref - [PS1应用之——修改linux终端命令行各字体颜色](https://www.cnblogs.com/Q--T/p/5394993.html) ## OS ### Mac ## Learn - [Shell脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md#%E6%8F%92%E5%85%A5) - [Bash 学院(英)](http://www.bash.academy/) - [Bash 初学者指南(英)](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/) - [Bash 编程指南(英)](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html) - [Regexr — 学习正则表达式(英)](http://regexr.com/) ## Udacity - [UD595](https://classroom.udacity.com/courses/ud595) [Linux命令行](https://cn.udacity.com/course/linux-command-line-basics--ud595) - [UD206](https://classroom.udacity.com/courses/ud206) [Shell Workshop-Getting Started in the Shell](https://www.udacity.com/course/shell-workshop--ud206)[Shell 讲习班-开始学习 Shell](https://cn.udacity.com/course/shell-workshop--ud206) ## Ref -