bash命令 shell脚本解释器
bash 是一个为GNU计划编写的Unix shell。它的名字是一系列缩写:Bourne-Again Shell — 这是关于Bourne shell(sh)的一个双关语(Bourne again / born again)。 bash是大多数Linux系统以及Mac OS X默认的shell,它能运行于大多数类Unix风格的操作系统之上,甚至被移植到了Microsoft Windows上的Cygwin系统中,以实现Windows的POSIX虚拟接口。此外,它也被DJGPP项目移植到了MS-DOS上。 语法格式:bash [参数] [文件] 常用参数: -n 检测脚本是否正确,并不执行
用户评论
推荐下载
-
Shell脚本常用命令详解
Shell脚本是一种用于解释执行Unix系统命令的脚本语言,具有重要的应用价值。本文详细介绍了Shell脚本中常用的命令,包括变量赋值、循环结构、分支结构、函数定义等内容。通过本文的学习,读者将能够深
11 2023-06-11 -
Learning_the_bash_shell
很好的bash学习资料Learning_the_bash_shell
17 2020-06-07 -
Penetration Testing with the Bash shell
ThisbookteachesyoutotakeyourproblemsolvingcapabilitiestothenextlevelwiththeBashshell,toassessnetwork
22 2020-05-27 -
Shell学习之Bash
本书介绍了shell编程,如何使用bash的编程特性完成各种功能,以及流程控制、信号处理、命令处理等方面,还有如何调试程序,如何获取、安装、配置和定制bash等内容。
10 2020-11-17 -
A Guide to Bash Shell Features
Discover the various features present in the Bash shell with this comprehensive guide. Version 3.2,
57 2018-12-07 -
Bash Shell学习笔记
Bash Shell学习笔记,挺好,挺详细
17 2020-08-28 -
linux learning the bash shell
learn bash shell~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
49 2018-12-28 -
Advanced Bash Shell Guide
记得是在ChinaUnix上下载,这个是word版本
26 2019-06-25 -
advanced bash shell guide
介绍linux下bashshell编程的经典书籍,很有用处的。
28 2019-07-09 -
bash_shell_手册
linuxshell教程,很不错,强烈推荐
27 2019-05-07
暂无评论