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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Open3 /
Delete
Unzip
Name
Size
Permission
Date
Action
capture2-c.ri
1.17
KB
-rw-r--r--
2023-07-26 17:26
capture2-i.ri
1.17
KB
-rw-r--r--
2023-07-26 17:26
capture2e-c.ri
842
B
-rw-r--r--
2023-07-26 17:26
capture2e-i.ri
842
B
-rw-r--r--
2023-07-26 17:26
capture3-c.ri
1.82
KB
-rw-r--r--
2023-07-26 17:26
capture3-i.ri
1.82
KB
-rw-r--r--
2023-07-26 17:26
cdesc-Open3.ri
1.74
KB
-rw-r--r--
2023-07-26 17:26
pipeline-c.ri
2.06
KB
-rw-r--r--
2023-07-26 17:26
pipeline-i.ri
2.06
KB
-rw-r--r--
2023-07-26 17:26
pipeline_r-c.ri
1.71
KB
-rw-r--r--
2023-07-26 17:26
pipeline_r-i.ri
1.71
KB
-rw-r--r--
2023-07-26 17:26
pipeline_rw-c.ri
1.93
KB
-rw-r--r--
2023-07-26 17:26
pipeline_rw-i.ri
1.93
KB
-rw-r--r--
2023-07-26 17:26
pipeline_start-c.ri
1.87
KB
-rw-r--r--
2023-07-26 17:26
pipeline_start-i.ri
1.87
KB
-rw-r--r--
2023-07-26 17:26
pipeline_w-c.ri
1.31
KB
-rw-r--r--
2023-07-26 17:26
pipeline_w-i.ri
1.31
KB
-rw-r--r--
2023-07-26 17:26
popen2-c.ri
1.32
KB
-rw-r--r--
2023-07-26 17:26
popen2-i.ri
1.32
KB
-rw-r--r--
2023-07-26 17:26
popen2e-c.ri
1.19
KB
-rw-r--r--
2023-07-26 17:26
popen2e-i.ri
1.19
KB
-rw-r--r--
2023-07-26 17:26
popen3-c.ri
1.84
KB
-rw-r--r--
2023-07-26 17:26
popen3-i.ri
1.84
KB
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" pipeline:EFI"Open3#pipeline;FF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"<Open3.pipeline starts a list of commands as a pipeline.;TI")It waits the finish of the commands.;TI"4No pipe made for stdin of the first command and;TI" stdout of the last command.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"<status_list = Open3.pipeline(cmd1, cmd2, ... [, opts]) ;Fo; ; [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: ;FI"_ commandline command line string which is passed to a shell ;FI"_ [env, commandline, opts] command line string which is passed to a shell ;FI"b [env, cmdname, arg1, ..., opts] command name and one or more arguments (no shell) ;FI"h [env, [cmdname, argv0], arg1, ..., opts] command name and arguments including argv[0] (no shell) ;FI" ;FI"<Note that env and opts are optional, as Process.spawn. ;Fo; ; [I" Example:;T@o;; [$I"-fname = "/usr/share/man/man1/ruby.1.gz" ;FI"=p Open3.pipeline(["zcat", fname], "nroff -man", "less") ;FI"0#=> [#<Process::Status: pid 11817 exit 0>, ;FI"0# #<Process::Status: pid 11820 exit 0>, ;FI"0# #<Process::Status: pid 11828 exit 0>] ;FI" ;FI"+fname = "/usr/share/man/man1/ls.1.gz" ;FI"=Open3.pipeline(["zcat", fname], "nroff -man", "colcrt") ;FI" ;FI"6# convert PDF to PS and send to a printer by lpr ;FI"pdf_file = "paper.pdf" ;FI"printer = "printer-name" ;FI"0Open3.pipeline(["pdftops", pdf_file, "-"], ;FI"- ["lpr", "-P#{printer}"]) ;FI" ;FI"# count lines ;FI"HOpen3.pipeline("sort", "uniq -c", :in=>"names.txt", :out=>"count") ;FI" ;FI"# cyclic pipeline ;FI"r,w = IO.pipe ;FI"w.print "ibase=14\n10\n" ;FI";Open3.pipeline("bc", "tee /dev/tty", :in=>r, :out=>w) ;FI"#=> 14 ;FI"# 18 ;FI"# 22 ;FI"# 30 ;FI"# 42 ;FI"# 58 ;FI"# 78 ;FI" # 106 ;FI"# 202;F: @file000[ I"(*cmds);TI"lib/open3.rb;T