zoukankan      html  css  js  c++  java
  • Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file.

    w

    https://linux.die.net/man/1/bash

    bash - GNU Bourne-Again SHell

    Description



    Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh).

    Bash is intended to be a conformant implementation of the Shell and Utilities portion of the IEEE POSIX specification (IEEE Standard 1003.1). Bash can be configured to be POSIX-conformant by default.

    https://www.gnu.org/software/bash/

    Bash is the GNU Project's shell. Bash is the Bourne Again SHell. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.

    The improvements offered by Bash include:

    • Command line editing
    • Unlimited size command history
    • Job Control
    • Shell Functions and Aliases
    • Indexed arrays of unlimited size
    • Integer arithmetic in any base from two to sixty-four
  • 相关阅读:
    Dos.ORM logo.Net轻量级开源ORM框架 Dos.ORM
    C# FUNC 应用
    WCF教程网址
    C#扩展方法实现 byte[] 输出为HEX字符串形式
    apache配置,禁止指定后缀访问
    IServerChannelSinkProvider
    在服务器端的远程对象中加上抽象工厂的接口和实现类
    pannel加载窗体
    权限框架
    工作周记
  • 原文地址:https://www.cnblogs.com/rsapaper/p/6815917.html
Copyright © 2011-2022 走看看