るりまサーチ

最速Rubyリファレンスマニュアル検索!
258件ヒット [1-100件を表示] (0.201秒)
トップページ > クエリ:t[x] > クエリ:r[x] > 種類:インスタンスメソッド[x] > クエリ:@[x] > クラス:Shell[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

キーワード

検索結果

<< 1 2 3 > >>

Shell#process_controller -> Shell::ProcessController (18618.0)

@todo

...@todo...

Shell#truncate(path, length) -> 0 (12220.0)

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

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

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

@
param length 変更したいサイズを整数で与えます。

@
see File.truncate...

Shell#dir_stack -> [String] (12218.0)

@todo

...@todo...

Shell#record_separator -> String (12218.0)

@todo

...@todo...

Shell#record_separator=(rs) (12218.0)

@todo

...@todo...

絞り込み条件を変える

Shell#world_writable? (12218.0)

@todo

...@todo...

Shell#directory?(file) -> bool (12214.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@
param file ファイル名を表す文字列か IO オブジェクトを指定します。

@
see FileTest.#directory?...

Shell#executable_real?(file) -> bool (12214.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

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

@
see FileTest.#executable_real?...

Shell#writable?(file) -> bool (12214.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

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

@
see FileTest.#writable?...

Shell#writable_real?(file) -> bool (12214.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

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

@
see FileTest.#writable_real?...

絞り込み条件を変える

Shell#dirs -> [String] (9218.0)

@todo

...@todo...

Shell#utime(atime, mtime, *filename) -> Integer (6426.0)

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

...す.

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

@
param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で指定します。

@
param utime 更新時刻を Time か、起算時からの経過秒数を数値で指定します。

@
see F...
...ile.utime...

Shell#delete(*filename) -> Integer (6314.0)

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

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

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

@
see File.delete...

Shell#expand_path(path) -> String (6314.0)

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

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

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

@
see File.expand_path...

Shell#tee(file) -> Shell::Filter (6308.0)

実行すると, それらを内容とする Filter オブジェクトを返します.

...lter オブジェクトを返します.

@
param file シェルコマンドtee に与えるファイル名を文字列で指定します。

動作例
r
equire 'shell'
Shell
.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat...
...(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}...

絞り込み条件を変える

Shell#rename(from, to) -> 0 (6220.0)

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

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

@
param from ファイルの名前を文字列で与えます。

@
param to 新しいファイル名を文字列で与えます。

@
see File.rename...

Shell#dirname(filename) -> String (6214.0)

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

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

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

@
see File.dirname...
<< 1 2 3 > >>