約74,000件1ページ目

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:3か月以内
  • 2024/3/24 -シェルスクリプトで使える比較演算子一覧 · 数値比較演算子 · 文字列比較演算子 · ファイルチェック演算子 · 条件式の結合 ...

    2024/3/18 -By using the length option of expr, we can extract the length of a string. ... The value of $(expr length “$str ... The varlen.sh script contains a simple case ...

    2024/3/16 -if文で使える演算子を使って文字列の長さによって処理を分岐させることができます。-eq は数値と一致しているか、-gt、-ge などでは数値の大小を条件にすることができます ...

    2024/5/6 -ここではシェルスクリプトで使用するif文について以下の内容で解説していきます。 ・if文とは・if文で使用できる演算子・if文で文字列の比較・if文で数値の比較 ...

    2024/4/12 -Linux文字列を数値に変換するには、シェルスクリプトに内蔵されたexprまたはawkコマンドを使用できます。以下に2つの方法の例を示します。

    2024/5/16 -変数は、文字列や数値などのデータを記憶しておくための機能です。演算や値の入出力などを組み合わせることで、様々な処理に使用できます。 変数を画面に出力したい場合は ...

    2024/5/30 -【備忘録】シェルスクリプトで条件文を絡めた処理を記述する · はじめに · 変数と定数 · 配列の利用 · 数値計算 · 標準入力 · 引数 · if 文 · for 文.

    2024/5/13 -polars expr-not for expression. Creates a not expression. Signature. > polars expr-not {flags}. Input/output types: input, output. any, any. Examples. Creates a ...

    2024/3/15 -You can perform math operations on Bash shell variables. The bash shell has built-in arithmetic option. You can also use external command such as expr and bc ...

    2024/4/3 -In this article, I have explained about how to check if a string contains substring, number, letter, and special character in bash.