るりまサーチ

最速Rubyリファレンスマニュアル検索!
36件ヒット [1-36件を表示] (0.079秒)
トップページ > クエリ:String[x] > クエリ:name[x] > ライブラリ:shell[x] > クエリ:command[x]

別のキーワード

  1. string []=
  2. string slice!
  3. string slice
  4. string []
  5. string gsub!

キーワード

検索結果

Shell::SystemCommand#command -> String (21205.0)

@todo

@todo

コマンド名を返します。

Shell::SystemCommand#name -> String (21205.0)

@todo

@todo

コマンド名を返します。

Shell::CommandProcessor#basename(filename, suffix = "") -> String (9302.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き...
...'.' を含まない任意の文字列にマッチします。

@see File.basename...

Shell::CommandProcessor#dirname(filename) -> String (9302.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.dirname...

Shell::CommandProcessor#ftype(filename) -> String (3202.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.ftype...

絞り込み条件を変える

Shell::CommandProcessor#split(pathname) -> [String] (3202.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param pathname パス名を表す文字列を指定します。

@see File.split...