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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Shellwords /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Shellwords.ri
3.29
KB
-rw-r--r--
2026-04-07 17:42
escape-c.ri
266
B
-rw-r--r--
2026-04-07 17:42
join-c.ri
262
B
-rw-r--r--
2026-04-07 17:42
shellescape-c.ri
1.6
KB
-rw-r--r--
2026-04-07 17:42
shellescape-i.ri
1.6
KB
-rw-r--r--
2026-04-07 17:42
shelljoin-c.ri
1.12
KB
-rw-r--r--
2026-04-07 17:42
shelljoin-i.ri
1.12
KB
-rw-r--r--
2026-04-07 17:42
shellsplit-c.ri
1.06
KB
-rw-r--r--
2026-04-07 17:42
shellsplit-i.ri
1.06
KB
-rw-r--r--
2026-04-07 17:42
shellwords-c.ri
274
B
-rw-r--r--
2026-04-07 17:42
shellwords-i.ri
273
B
-rw-r--r--
2026-04-07 17:42
split-c.ri
264
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"shellescape:ETI"Shellwords::shellescape;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"FEscapes a string so that it can be safely used in a Bourne shell ;TI"Fcommand line. +str+ can be a non-string object that responds to ;TI"+to_s+.;To:RDoc::Markup::BlankLine o; ; [I"DNote that a resulted string should be used unquoted and is not ;TI"<intended for use in double quotes nor in single quotes.;T@o:RDoc::Markup::Verbatim; [I"Eargv = Shellwords.escape("It's better to give than to receive") ;TI"Bargv #=> "It\\'s\\ better\\ to\\ give\\ than\\ to\\ receive" ;T:@format0o; ; [I"9String#shellescape is a shorthand for this function.;T@o;; [I">argv = "It's better to give than to receive".shellescape ;TI"Bargv #=> "It\\'s\\ better\\ to\\ give\\ than\\ to\\ receive" ;TI" ;TI"2# Search files in lib for method definitions ;TI"pattern = "^[ \t]*def " ;TI"@open("| grep -Ern -e #{pattern.shellescape} lib") { |grep| ;TI" grep.each_line { |line| ;TI"9 file, lineno, matched_line = line.split(':', 3) ;TI" # ... ;TI" } ;TI"} ;T; 0o; ; [I"IIt is the caller's responsibility to encode the string in the right ;TI"Bencoding for the shell environment where this string is used.;T@o; ; [I"LMultibyte characters are treated as multibyte characters, not as bytes.;T@o; ; [I"BReturns an empty quoted String if +str+ has a length of zero.;T: @fileI"lib/shellwords.rb;T:0@omit_headings_from_table_of_contents_below000[[I"escape;To;; [ ;@3;0I" (str);T@3FI"Shellwords;TcRDoc::NormalModule00