Sponsored Content
Full Discussion: Array Retrieval Formatting
Top Forums Shell Programming and Scripting Array Retrieval Formatting Post 75264 by gozer13 on Thursday 16th of June 2005 11:56:19 AM
Old 06-16-2005
Computer

Wow it works like a champ, how cool is that? Thanks to the both of you for you help.

So I Googled around a little, and everyone shows how to do use it but not really any discription on what exactly it is. Let me see if I understand correctly.
IFS = Input Field Seperator; does that work for any kind of input like getline or a filename.sh < filename.lst etc.? Thanks again!
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Retrieval of deleted files

We have a situation in a large dept of programmers where critical accounting data files were deleted. Is there any way in UNIX to trace deletions and or possibly retrieve the deleted file? (14 Replies)
Discussion started by: cgardiner
14 Replies

2. Solaris

Configure Ultra for Web doc retrieval

I have an ultra 10 - running solaris 9 that I installed a few weeks ago... I am not sure how to phrase this but basically I have some html doc's that I store on the ultra but I want people to be able to access from their windows workstation on our lan... How can I do this? If you could help... (4 Replies)
Discussion started by: frustrated1
4 Replies

3. UNIX and Linux Applications

Free-text retrieval utility

Can anyone recommend an free-text retrieval utility? Open source or free preferred. Any views on say IQ-text? (0 Replies)
Discussion started by: MJDRM
0 Replies

4. Shell Programming and Scripting

MySQL bulk retrieval of database through html form

Have to delete this long post. Seems nobody would spent time on it. (0 Replies)
Discussion started by: yifangt
0 Replies

5. UNIX for Dummies Questions & Answers

Formatting Array Output

Hello All, Q1) I have the below code but when the email was sent out all lines are merged and coming out as a single line though my printf statement has newline "\n", How do i avoid that? Q2) In my second IF statement when i introduced the backslash "\" for continuation of a line or command, i... (10 Replies)
Discussion started by: Ariean
10 Replies

6. Shell Programming and Scripting

Perl array formatting

Experts, I'm having problems with a portion of my perl script. I have a perl array that contains the following: Port1,circuit3,2;4 Port2,circuit1,9;6 Port3,circuit2,12;5 Port4,circuit4,11;10;3 Port5,circuit7,8;7;1 I'm trying to produce the following output: (3 Replies)
Discussion started by: timj123
3 Replies
HTTP_PERSISTENT_HANDLES_IDENT(3)					 1					  HTTP_PERSISTENT_HANDLES_IDENT(3)

http_persistent_handles_ident - Get/set ident of persistent handles

SYNOPSIS
string http_persistent_handles_ident ([string $ident]) DESCRIPTION
Query or define the ident of persistent handles. PARAMETERS
o $ident - the identification string RETURN VALUES
Returns the prior ident as string on success or FALSE on failure. EXAMPLES
Example #1 A http_persistent_handles_ident(3) example <?php echo http_persistent_handles_ident("CUSTOM"), " "; echo http_persistent_handles_ident("MyApp1"), " "; http_get("http://www.example.com/"); print_r(http_persistent_handles_count()); ?> The above example will output: CUSTOM stdClass Object ( [http_request] => Array ( [MyApp1] => Array ( [used] => 0 [free] => 1 ) ) [http_request_datashare] => Array ( [GLOBAL] => Array ( [used] => 1 [free] => 0 ) ) [http_request_pool] => Array ( ) ) SEE ALSO
http_persistent_handles_count(3), http_persistent_handles_clean(3). PHP Documentation Group HTTP_PERSISTENT_HANDLES_IDENT(3)
All times are GMT -4. The time now is 11:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy