文件名称:python-unix-shell
文件大小:3KB
文件格式:ZIP
更新时间:2024-04-14 10:00:50
Python
python-unix-shell
外壳特点:
上下箭头可用于浏览命令历史记录
选项卡可用于自动完成文件名
支持重定向,并且管道在命令之间使用空格进行重定向和管道示例1: 有效语法=> ls | 厕所使用有效语法=> ls | wc 示例2: 有效语法=> ls> wc 使用有效的语法=> ls> wc
示例3: 有效语法=> ls 2> wc 使用有效语法=> ls 2> wc
示例4: 有效语法=> wc
【文件预览】:
python-unix-shell-main
----requirements.txt(9B)
----README.md(2KB)
----shell.py(4KB)
----shell-init.sh(123B)
----.gitignore(17B)