Linux 43-250-141-107.cprapid.com 4.18.0-553.150.1.lve.el8.x86_64 #1 SMP Tue Aug 4 17:30:48 UTC 2026 x86_64
LiteSpeed
Server IP : 43.250.141.107 & Your IP : 216.73.217.94
Domains :
Cant Read [ /etc/named.conf ]
User : thepngre
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Shellwords /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Shellwords.yaml
1.12
KB
-rw-r--r--
2023-07-26 23:47
escape-i.yaml
234
B
-rw-r--r--
2023-07-26 23:47
join-i.yaml
230
B
-rw-r--r--
2023-07-26 23:47
shellescape-i.yaml
839
B
-rw-r--r--
2023-07-26 23:47
shelljoin-i.yaml
726
B
-rw-r--r--
2023-07-26 23:47
shellsplit-i.yaml
829
B
-rw-r--r--
2023-07-26 23:47
shellwords-i.yaml
242
B
-rw-r--r--
2023-07-26 23:47
split-i.yaml
232
B
-rw-r--r--
2023-07-26 23:47
Save
Rename
--- !ruby/object:RI::MethodDescription aliases: - !ruby/object:RI::AliasName name: join block_params: comment: - !ruby/struct:SM::Flow::P body: Builds a command line string from an argument list <tt>array</tt> joining all elements escaped for Bourne shell and separated by a space. - !ruby/struct:SM::Flow::VERB body: " open('|' + Shellwords.join(['grep', pattern, *files])) { |pipe|\n # ...\n }\n" - !ruby/struct:SM::Flow::P body: +Array#shelljoin+ is a shorthand for this function. - !ruby/struct:SM::Flow::VERB body: " open('|' + ['grep', pattern, *files].shelljoin) { |pipe|\n # ...\n }\n" full_name: Shellwords#shelljoin is_singleton: false name: shelljoin params: (array) visibility: public