Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
slsh /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
slshfun-1.html
1.64
KB
-rw-r--r--
slshfun-10.html
5.17
KB
-rw-r--r--
slshfun-11.html
5.36
KB
-rw-r--r--
slshfun-12.html
3.4
KB
-rw-r--r--
slshfun-13.html
7.79
KB
-rw-r--r--
slshfun-2.html
3.84
KB
-rw-r--r--
slshfun-3.html
9.51
KB
-rw-r--r--
slshfun-4.html
6.4
KB
-rw-r--r--
slshfun-5.html
6.61
KB
-rw-r--r--
slshfun-6.html
4.13
KB
-rw-r--r--
slshfun-7.html
3.36
KB
-rw-r--r--
slshfun-8.html
7.78
KB
-rw-r--r--
slshfun-9.html
9.96
KB
-rw-r--r--
slshfun.html
5.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : slshfun-12.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69"> <TITLE> SLSH Library Reference (version 2.3.0): Miscellaneous Functions</TITLE> <LINK HREF="slshfun-13.html" REL=next> <LINK HREF="slshfun-11.html" REL=previous> <LINK HREF="slshfun.html#toc12" REL=contents> </HEAD> <BODY> <A HREF="slshfun-13.html">Next</A> <A HREF="slshfun-11.html">Previous</A> <A HREF="slshfun.html#toc12">Contents</A> <HR> <H2><A NAME="s12">12.</A> <A HREF="slshfun.html#toc12">Miscellaneous Functions</A></H2> <H2><A NAME="print"></A> <A NAME="ss12.1">12.1</A> <A HREF="slshfun.html#toc12.1"><B>print</B></A> </H2> <P> <DL> <DT><B> Synopsis </B><DD> <P>Display a string representation of an object or value</P> <DT><B> Usage </B><DD> <P><CODE>print (value [,&var|file-pointer|filename])</CODE></P> <DT><B> Description </B><DD> <P>The <CODE>print</CODE> function displays the string representation of a value to the display. An optional second argument may be provided to specify where to write the resulting string: a variable, an open file pointer, or to a file.</P> <P>If the string representation of the object appears to contain more lines than are available on the screen, then the output will be piped to the program given by the <CODE>PAGER</CODE> environment variable. Alternatively the pager program may be specified via the <CODE>pager</CODE> qualifier.</P> <DT><B> Qualifiers </B><DD> <P> <BLOCKQUOTE><CODE> <PRE> pager[=string] Force the use of the pager. If a value is specified, then use it for the pager command. nopager Do not use a pager. </PRE> </CODE></BLOCKQUOTE> </P> <DT><B> Example </B><DD> <P>Print the string representation of an array to a file called <CODE>array.dat</CODE>: <BLOCKQUOTE><CODE> <PRE> print ([1:20:0.1], "array.dat"); </PRE> </CODE></BLOCKQUOTE> </P> <P>Print the string represent of an array to a string <CODE>str</CODE>: <BLOCKQUOTE><CODE> <PRE> print ([1:20:0.1], &str); </PRE> </CODE></BLOCKQUOTE> </P> <DT><B> See Also </B><DD> <P><CODE>print_set_pager, print_set_pager_lines</CODE></P> </DL> </P> <H2><A NAME="print_set_pager"></A> <A NAME="ss12.2">12.2</A> <A HREF="slshfun.html#toc12.2"><B>print_set_pager</B></A> </H2> <P> <DL> <DT><B> Synopsis </B><DD> <P>Set the name of the pager program used by the print program</P> <DT><B> Usage </B><DD> <P><CODE>print_set_pager (String_Type cmd)</CODE></P> <DT><B> Description </B><DD> <P>This function may be used to specify the name of the default pager to be used by the <CODE>print</CODE> function.</P> <DT><B> See Also </B><DD> <P><CODE>print, print_set_pager_lines</CODE></P> </DL> </P> <H2><A NAME="print_set_pager_lines"></A> <A NAME="ss12.3">12.3</A> <A HREF="slshfun.html#toc12.3"><B>print_set_pager_lines</B></A> </H2> <P> <DL> <DT><B> Synopsis </B><DD> <P>Set the maximum number of lines to print before using a pager</P> <DT><B> Usage </B><DD> <P><CODE>print_set_pager_lines (Int_Type num)</CODE></P> <DT><B> Description </B><DD> <P>The <CODE>print_set_pager_lines</CODE> function sets the maximum number of lines that the string representation of an object can be before the <CODE>print</CODE> function will use a pager.</P> <DT><B> See Also </B><DD> <P><CODE>print, print_set_pager</CODE></P> </DL> </P> <HR> <A HREF="slshfun-13.html">Next</A> <A HREF="slshfun-11.html">Previous</A> <A HREF="slshfun.html#toc12">Contents</A> </BODY> </HTML>
Close