Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
Open3 /
Delete
Unzip
Name
Size
Permission
Date
Action
capture2-c.ri
1.25
KB
-rw-r--r--
2023-07-26 17:38
capture2-i.ri
1.25
KB
-rw-r--r--
2023-07-26 17:38
capture2e-c.ri
929
B
-rw-r--r--
2023-07-26 17:38
capture2e-i.ri
929
B
-rw-r--r--
2023-07-26 17:38
capture3-c.ri
1.91
KB
-rw-r--r--
2023-07-26 17:38
capture3-i.ri
1.91
KB
-rw-r--r--
2023-07-26 17:38
cdesc-Open3.ri
1.9
KB
-rw-r--r--
2023-07-26 17:38
pipeline-c.ri
2.16
KB
-rw-r--r--
2023-07-26 17:38
pipeline-i.ri
2.16
KB
-rw-r--r--
2023-07-26 17:38
pipeline_r-c.ri
1.81
KB
-rw-r--r--
2023-07-26 17:38
pipeline_r-i.ri
1.81
KB
-rw-r--r--
2023-07-26 17:38
pipeline_rw-c.ri
2.03
KB
-rw-r--r--
2023-07-26 17:38
pipeline_rw-i.ri
2.03
KB
-rw-r--r--
2023-07-26 17:38
pipeline_start-c.ri
1.97
KB
-rw-r--r--
2023-07-26 17:38
pipeline_start-i.ri
1.97
KB
-rw-r--r--
2023-07-26 17:38
pipeline_w-c.ri
1.41
KB
-rw-r--r--
2023-07-26 17:38
pipeline_w-i.ri
1.41
KB
-rw-r--r--
2023-07-26 17:38
popen2-c.ri
1.42
KB
-rw-r--r--
2023-07-26 17:38
popen2-i.ri
1.42
KB
-rw-r--r--
2023-07-26 17:38
popen2e-c.ri
1.29
KB
-rw-r--r--
2023-07-26 17:38
popen2e-i.ri
1.29
KB
-rw-r--r--
2023-07-26 17:38
popen3-c.ri
2.51
KB
-rw-r--r--
2023-07-26 17:38
popen3-i.ri
2.51
KB
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI"pipeline_w:EFI"Open3#pipeline_w;FF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"JOpen3.pipeline_w starts a list of commands as a pipeline with a pipe ;TI"/which connects stdin of the first command.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"MOpen3.pipeline_w(cmd1, cmd2, ... [, opts]) {|first_stdin, wait_threads| ;TI" ... ;TI"} ;TI" ;TI"Lfirst_stdin, wait_threads = Open3.pipeline_w(cmd1, cmd2, ... [, opts]) ;TI" ... ;TI"first_stdin.close ;T:@format0o; ; [I"'Each cmd is a string or an array. ;TI"AIf it is an array, the elements are passed to Process.spawn.;T@o;; [I" cmd: ;TI"_ commandline command line string which is passed to a shell ;TI"_ [env, commandline, opts] command line string which is passed to a shell ;TI"b [env, cmdname, arg1, ..., opts] command name and one or more arguments (no shell) ;TI"h [env, [cmdname, argv0], arg1, ..., opts] command name and arguments including argv[0] (no shell) ;TI" ;TI"<Note that env and opts are optional, as Process.spawn. ;T; 0o; ; [I" Example:;T@o;; [I"COpen3.pipeline_w("bzip2 -c", :out=>"/tmp/hello.bz2") {|i, ts| ;TI" i.puts "hello" ;TI"};T; 0: @fileI"lib/open3.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(*cmds, &block);T@.FI" Open3;FcRDoc::NormalModule0