タグ

commandとbashに関するCherenkovのブックマーク (2)

  • Man page of BASH

    Section: User Commands (1) Updated: 2010 December 28 Index JM Home Page roff page 名前 bash - GNU Bourne-Again SHell 書式 bash [options] [file] 著作権 Bash is Copyright (C) 1989-2011 by the Free Software Foundation, Inc. 説明 bash は、標準入力やファイルから読み込んだコマンドを実行する、 sh 互換のコマンド言語インタプリタです。 bash には、Korn シェルや C シェル (ksh や csh) の便利な機能も採り入れられています。 bash は IEEE POSIX specification (IEEE Standard 1003.1) の Shell and Utili

    Cherenkov
    Cherenkov 2012/04/15
    [[ test 条件式は複合コマンド [[ と組み込みコマンドの test および [ によって使用でき、ファイルの属性を調べたり文字列比較や算術式比較 ‎[[ では < と > の演算子は現在のロケールでの辞書順で 比較。testは ASCII順で比較
  • Bash Reference Manual

    Bash Features ¶ This text is a brief description of the features that are present in the Bash shell (version 5.3, 18 May 2025). The Bash home page is http://www.gnu.org/software/bash/. This is Edition 5.3, last updated 18 May 2025, of The GNU Bash Reference Manual, for Bash, Version 5.3. Bash contains features that appear in other popular shells, and some features that only appear in Bash. Some of

  • 1