Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
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 13:47
escape-i.yaml
234
B
-rw-r--r--
2023-07-26 13:47
join-i.yaml
230
B
-rw-r--r--
2023-07-26 13:47
shellescape-i.yaml
839
B
-rw-r--r--
2023-07-26 13:47
shelljoin-i.yaml
726
B
-rw-r--r--
2023-07-26 13:47
shellsplit-i.yaml
829
B
-rw-r--r--
2023-07-26 13:47
shellwords-i.yaml
242
B
-rw-r--r--
2023-07-26 13:47
split-i.yaml
232
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::MethodDescription aliases: - !ruby/object:RI::AliasName name: shellwords - !ruby/object:RI::AliasName name: split block_params: comment: - !ruby/struct:SM::Flow::P body: Splits a string into an array of tokens in the same way the UNIX Bourne shell does. - !ruby/struct:SM::Flow::VERB body: " argv = Shellwords.split('here are "two words"')\n argv #=> ["here", "are", "two words"]\n" - !ruby/struct:SM::Flow::P body: +String#shellsplit+ is a shorthand for this function. - !ruby/struct:SM::Flow::VERB body: " argv = 'here are "two words"'.shellsplit\n argv #=> ["here", "are", "two words"]\n" full_name: Shellwords#shellsplit is_singleton: false name: shellsplit params: (line) visibility: public