Sponsored Content
Top Forums Shell Programming and Scripting Bash: Reading out rows of a file into a dynamic array and check first literal Post 302339875 by ABE2202 on Friday 31st of July 2009 03:33:16 PM
Old 07-31-2009
I want to read out ALL appearances of the string 'Movie' and check whether they ALL beginn with a '*'. So I think I need an array with a DYNAMIC number of fields since they number of 'Movie'-string varies.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Is there any commands to check the dynamic changes of a file

Hi guys i had a script which will generate a log file.Is there any commands to check the dynamic changes in the log file,i.e if i open the log file i should able to see the updating changes live...I hope u understand my query... (2 Replies)
Discussion started by: vinoo
2 Replies

2. Programming

Creating an array to hold posix thread ids: Only dynamic array works

I am facing a strange error while creating posix threads: Given below are two snippets of code, the first one works whereas the second one gives a garbage value in the output. Snippet 1 This works: -------------- int *threadids; threadids = (int *) malloc (num_threads * sizeof(int)); ... (4 Replies)
Discussion started by: kmehta
4 Replies

3. UNIX for Dummies Questions & Answers

Reading a file into an array

I have a file that is a text file, how to get all the words into and array, i am able to get each line but not each word :(. Here is what i searched and already found...https://www.unix.com/shell-programming-scripting/99207-pipe-text-file-into-array.html. This one reads a whole line into... (6 Replies)
Discussion started by: SasankaBITS
6 Replies

4. Shell Programming and Scripting

Reading from a file and assigning to an array in perl

I wrote a simply perl that searched a file for a particualr value and if it found it, rite it and the next three lines to a file. Now I have been asked to check those next three lines for a different value and only write those lines if it finds the second value. I was thinking the best way to... (1 Reply)
Discussion started by: billprice13
1 Replies

5. Shell Programming and Scripting

reading data from a file to an array

I need some help with this code below, i doesnt know why it will run twice with my function, but my function only got if else, any other way that can read line and put into array? while read line; do read -A array <<<$line n=${#array} for ((i=1;i<$n;i++)); do print... (1 Reply)
Discussion started by: gavin_L
1 Replies

6. Shell Programming and Scripting

Reading a file into array

Hi, I need to read a file into array and print them in a loop:- 1st file :-cat a.txt RC1 RC2 RC3 RC4 My Program:- #!/bin/ksh index=0 while do read cnt<a.txt print "cnt value is ${cnt} index=`expr $index + 1` done Code tags for code, please. (5 Replies)
Discussion started by: satishmallidi
5 Replies

7. Shell Programming and Scripting

Reading a file into an array

Hi I have a file with contents as below : server | ABC Issue : File System Missing XYZ Issue : Wrong Syntax PQR Issue : Old File to be removed Now I am looking for an o/p similar to server <tab> ABC Issue : File System Missing <tab> XYZ Issue : Wrong Syntax <tab>... (4 Replies)
Discussion started by: deo_kaustubh
4 Replies

8. Shell Programming and Scripting

Help w/ Reading Matrix & Storing in dynamic array

First of I would just like to state that I am not looking for you guys to just do my work for me, I do want to learn and actually understand everything that is happening. Hey all, I am having trouble on this. What I need to do is... Write an executable C file that will take a text file (not a... (8 Replies)
Discussion started by: innvert
8 Replies

9. Shell Programming and Scripting

Reading a long literal continued next line

I am trying to identify all messages or prompts from a number of COBOL programs and they can usually be identified by a pair of double quotes on one line. However, sometimes the literal will not be finished on the first line but after a dash in column 7 of the next line, the literal will be... (6 Replies)
Discussion started by: wbport
6 Replies

10. UNIX for Dummies Questions & Answers

Check for empty line at end of a dynamic header in each file

Hi Folks, I have a requirement to develop a shell script. PFB my requirement, Requirement: I need to check an empty line after the end of each header in respective file and if a empty line is present simply echo file OK and if empty line is not present echo "Adding empty line" and add an... (6 Replies)
Discussion started by: tpk
6 Replies
MONGOCOLLECTION(3)							 1							MONGOCOLLECTION(3)

The MongoCollection class

INTRODUCTION
Represents a MongoDB collection. Collection names can use any character in the ASCII set. Some valid collection names are "", "...", "my collection", and "*&#@". User-defined collection names cannot contain the $ symbol. There are certain system collections which use a $ in their names (e.g., local.oplog.$main), but it is a reserved character. If you attempt to create and use a collection with a $ in the name, MongoDB will assert. CLASS SYNOPSIS
MongoCollection MongoCollection Constants o const int$MongoCollection::ASCENDING1 o const int$MongoCollection::DESCENDING-1 Fields o public MongoDB$db NULL o public integer$w o public integer$wtimeout Methods o public array MongoCollection::aggregate (array $pipeline, [array $options]) o public MongoCommandCursor MongoCollection::aggregateCursor (array $command, [array $options]) o public mixed MongoCollection::batchInsert (array $a, [array $options = array()]) o public MongoCollection::__construct (MongoDB $db, string $name) o public int MongoCollection::count ([array $query = array()], [array $options = array()]) o public array MongoCollection::createDBRef (mixed $document_or_id) o public bool MongoCollection::createIndex (array $keys, [array $options = array()]) o public array MongoCollection::deleteIndex (string|array $keys) o public array MongoCollection::deleteIndexes (void ) o public array MongoCollection::distinct (string $key, [array $query]) o public array MongoCollection::drop (void ) o public bool MongoCollection::ensureIndex (string|array $key|keys, [array $options = array()]) o public MongoCursor MongoCollection::find ([array $query = array()], [array $fields = array()]) o public array MongoCollection::findAndModify (array $query, [array $update], [array $fields], [array $options]) o public array MongoCollection::findOne ([array $query = array()], [array $fields = array()], [array $options = array()]) o public MongoCollection MongoCollection::__get (string $name) o public array MongoCollection::getDBRef (array $ref) o public array MongoCollection::getIndexInfo (void ) o public string MongoCollection::getName (void ) o public array MongoCollection::getReadPreference (void ) o public bool MongoCollection::getSlaveOkay (void ) o public array MongoCollection::getWriteConcern (void ) o public array MongoCollection::group (mixed $keys, array $initial, MongoCode $reduce, [array $options = array()]) o public bool|array MongoCollection::insert (array|object $document, [array $options = array()]) o public array[MongoCommandCursor] MongoCollection::parallelCollectionScan (int $num_cursors) o public bool|array MongoCollection::remove ([array $criteria = array()], [array $options = array()]) o public mixed MongoCollection::save (array|object $document, [array $options = array()]) o public bool MongoCollection::setReadPreference (string $read_preference, [array $tags]) o public bool MongoCollection::setSlaveOkay ([bool $ok = true]) o public bool MongoCollection::setWriteConcern (mixed $w, [int $wtimeout]) o static protected string MongoCollection::toIndexString (mixed $keys) o public string MongoCollection::__toString (void ) o public bool|array MongoCollection::update (array $criteria, array $new_object, [array $options = array()]) o public array MongoCollection::validate FALSE ([bool $scan_data]) PREDEFINED CONSTANTS
o MongoCollection::ASCENDING - 1 - Ascending direction for sorts and index creation. o MongoCollection::DESCENDING - -1 - Descending direction for sorts and index creation. FIELDS
o $db - The "parent" database for this collection. o $w - The number of servers to replicate a change to before returning success. Value is inherited from the parent database. The Mon- goDB class has a more detailed description of how w works. o $wtimeout - The number of milliseconds to wait for $this->w replications to take place. Value is inherited from the parent database. The MongoDB class has a more detailed description of how wtimeout works. SEE ALSO
MongoDB core docs on collections. PHP Documentation Group MONGOCOLLECTION(3)
All times are GMT -4. The time now is 10:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy