About 69,300 results
Open links in new tab
  1. Bash 指南四篇之 bash 是什么,它活在哪里? - 知乎

    除了 bash 执行的命令来源不同,这两种模式非常相似。 现在基本可以这样总结:如果 bash 等待你给出执行任务的指令,你就处于交互模式中;如果它执行的是存在某文件中的指令,那它就是在非交互模 …

  2. Bash - GNU Project - Free Software Foundation

    Sep 22, 2020 · Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh).

  3. Bash 入门指南-简介和常见命令 - 石头开会 - 博客园

    Nov 8, 2025 · 概述 Bash(Bourne Again Shell)是目前 Unix 和 Linux 系统中最广泛使用的命令行解释器,也是绝大多数 Linux 发行版的默认 Shell。 作为用户与操作系统内核之间的桥梁,Bash 不仅提供 …

  4. Shell 教程 | 菜鸟教程

    …… 本教程关注的是 Bash,也就是 Bourne Again Shell,由于易用和免费,Bash 在日常工作中被广泛使用。 同时,Bash 也是大多数Linux 系统默认的 Shell。 在一般情况下,人们并不区分 Bourne Shell …

  5. 【Linux】Bash是什么?怎么使用?-CSDN博客

    Mar 18, 2025 · 什么是 Bash? Bash (Bourne Again Shell)是一种 命令行解释器(Shell),广泛用于 Unix 和 Linux 操作系统。 它是 Bourne Shell (sh) 的增强版,提供了更多的功能和特性。 Bash 允 …

  6. Bash (Unix shell) - Wikipedia

    The Bash command syntax is a superset of the Bourne shell 's syntax, from which all basic features of the Bash syntax were copied. As a result, Bash can execute the vast majority of Bourne shell scripts …

  7. Bash Reference Manual

    The following menu breaks the features up into categories, noting which features were inspired by other shells and which are specific to Bash. This manual is meant as a brief introduction to features found …

  8. Linux入门之bash指令详解 - 知乎

    Linux 操作系统以其稳定性、安全性和开源性而广受欢迎,而bash(Bourne Again SHell)是Linux系统中最常用的命令行解释器。 对于Linux初学者来说,掌握bash指令是深入理解和有效使用Linux系统的 …

  9. Clothing, footwear & women's accessories | ba&sh official website

    Discover the world of ba&sh: resolutely feminine and unique collections, ahead of the trends. Take advantage of free delivery and easy returns.

  10. Linux (四):什么是Bash、什么是shell?_bash shell-CSDN博客

    Jul 3, 2021 · bash(GNU Bourne-Again Shell)是最常用的一种shell,是当前大多数Linux发行版的默认Shell。 Shell相当于是一个翻译,把我们在计算机上的操作或我们的命令,翻译为计算机可识别的二 …