タグ

shellとcommandに関する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.2, 19 September 2022). The Bash home page is http://www.gnu.org/software/bash/. This is Edition 5.2, last updated 19 September 2022, of The GNU Bash Reference Manual, for Bash, Version 5.2. Bash contains features that appear in other popular shells, and some features that only appear in Bas

  • 1