Sponsored Content
Top Forums UNIX for Advanced & Expert Users How to read a text file and assign the values in the same to a variable in loop Post 302529254 by manishab00 on Thursday 9th of June 2011 12:25:01 AM
Old 06-09-2011
Sample file for it

The sample file will be a text/csv file with datas as

C:/My Documents/Data,20
D:/My photos,30


I need a way to read the values of the folder path and age of files in different variables from different lines in a loop.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how can i read text file and assign its values to variables using shell

Hello, I have a cat.dat file, i would like shell to read each 3 lines and set this 3 lines to 3 different variables. my cat.dat is: 11 12 +380486461001 12 13 +380486461002 13 14 +380486461003 i want shell to make a loop and assign 1st line to student_id, 2nd line to... (4 Replies)
Discussion started by: rosalinda
4 Replies

2. Shell Programming and Scripting

Read a file and assign the values to a variable

i have a file in this format curyymm PRVYYMM CDDMmmYY bddMmmyy eddMmmyy --------- ------- ------------ ---------- ----------- 0906 0905 09Jun09 01Jun09 30Jun09 ----------- --------- ------------ ------------ ----------- i need to read the... (5 Replies)
Discussion started by: depakjan
5 Replies

3. Shell Programming and Scripting

Read the csv file and assign the values in to variable

I have a csv file with the values seperated by commas.I want to extract these values one by one and assign to a variable using shell script.Any ideas or code? (11 Replies)
Discussion started by: rajbal
11 Replies

4. Shell Programming and Scripting

Perl:Read single value from text file and assign to variable

Hello All, A part of my very basic perl code requires me to read a single value from a text file. The file output is the following: Reading image ... done IMAGEREGION=0x0x0-256x162x256 VOXELDIMENSION=0.9375000000x1.2000000477x0.9375000000 VOXELNUMBER=10527001... (7 Replies)
Discussion started by: ncl
7 Replies

5. Fedora

How to read a text file and assign the values in the same to a variable in loop

Hi, I have a text file with multiple lines, each having data in the below format <DOB>,<ADDRESS> I have to write a script which reads each line in the text file in loop, assign the values to these variables and do some further processing in it. Using the following code prints the... (1 Reply)
Discussion started by: manishab00
1 Replies

6. Shell Programming and Scripting

Read record from the text file & assign those values to variables in the script

For eg: I have sample.txt file with 4 rows of record like: user1|password1 user2|password2 user3|password3 user4|password4 The username and password is sepsrated by '|' I want to get the 1st row value from the file and assign it to two different variables(username and password) in my... (1 Reply)
Discussion started by: priya001
1 Replies

7. Shell Programming and Scripting

Unable to read assign values to two variables in while loop

I am trying to read a input file which has two columns separated by space Input file server1 server2 server3 server4 server5 server6 When i execute the below while code it reads line by line and a and b variables are able to successfully fetch the values while read a b do echo "$a" echo... (5 Replies)
Discussion started by: chidori
5 Replies

8. Shell Programming and Scripting

Read record from the text file contain multiple separated values & assign those values to variables

I have a file containing multiple values, some of them are pipe separated which are to be read as separate values and some of them are single value all are these need to store in variables. I need to read this file which is an input to my script Config.txt file name, first path, second... (7 Replies)
Discussion started by: ketanraut
7 Replies

9. Shell Programming and Scripting

Do While Loop + Read From File + assign line to a variable

Hello, I am using below code for reading from a file and assigning the values to a variable , but it is loosing the value after the loop , please suggest to retain the value of the variable after the loop , while IFS=: read -r line do set $dsc=$line echo 'printing line variable ' $line... (1 Reply)
Discussion started by: ParthThakkar
1 Replies

10. Shell Programming and Scripting

Assign Values to a Variable in While Loop and Update the File

Hello, Could anyone please help me with Assigning a value to variable and then updating the value in the original file IFS='|' while read -r Serial_ID JOB_NAME STATUS do if then echo "Perform Fuctions" ???Assign STATUS to COMPLETED and Update File??? done <File (7 Replies)
Discussion started by: infernalhell
7 Replies
GTKAM(1)																  GTKAM(1)

NAME
gtkam - Graphical front end for gphoto2 COMMANDS
File Menu File->Save Photos Gives options to save photos to the computer. File->Save Photos->Selected Saves the selected photos from the camera to the computer. File->Save Photos->All Saves all photos in the camera to the computer. Both menu items open a "Save photos..." dialog box which allows the user to select the folder to save the images in, as well as a number of other options. What to save: This is a set of checkboxes which allows the user to select the forms in which data for the selected image(s) will be saved. Any or all of these options may be selected at once. Save photos This is the default. It causes the photos being saved to be downloaded from the camera and saved to the identified folder. Save raw data FIXME: What to say? Save audio data Causes any audio data associated with the image to be saved to the selected folder. Save thumbnails Saves a small version of the selected images to the identified folder. Save EXIF data Saves the EXIF data associated with the images. FIXME: should we say more about the EXIF format? Open image(s) with: This allows the user to specify FIXME ?? Use filename(s) provided by the camera. Causes the saved files to have the names provided by the camera. Filename prefix: Defines a prefix to be used when creating filenames. This prefix is combined with the number starting with the number defined in: Start numbering with: Defines the first number of the sequence of photos to be stored. File->Delete Photos Gives options to delete photos from the camera. File->Delete Photos->Selected Deletes selected photos from the camera. File->Delete Photos->All Deletes all photos in the camera. Both of these menu items open a dialog to confirm the deletion of the photos. A list of photos is presented with a checkbox beside each photo name. Uncheck the box to prevent a specific file from being deleted. File->Quit Quits gtkam. View Menu Gives options for previewing photos before downloading them from the camera. View->View Thumbnails This is the same command as the checkbox on the main gtkam window. It allows the user to select whether thumbnails of the photos are displayed, or just the file names. View->Zoom In Enlarges the thumbnails. View->Zoom 100 Returns the thumbnails to default size. View->Zoom Out Reduces the thumbnails. Select Menu Select->All Selects all pictures in the camera. Select->Inverse Inverts the selections already made so that previously unselected images are now selected, and previously selected images are now unselected. Select->None Undoes all selections so that no images are selected. Camera Menu Camera->Add Camera... Opens a window to allow the user to define the camera and interface being used. "Simple" Select Camera Dialog. "Enhanced" Select Camera Dialog. Dialog for explicitly adding a path to the port to which the camera is attached. Help Menu Help->Debug... Opens the logging window which allows the user to select the type of messages to log. Error causes the logging of any error messages. Verbose Increases the amount of information being logged. (I can't see what effect this has. - mjr) Debug Causes the logging of progress reports as the software communicates with the camers. Data Causes the logging of all data being transferred from the camera. This will generate huge quantities of hexadecimal informa- tion. Save As... opens a dialog to allow the user to save the information logged in the debug window. Close Closes the debug window Help->About... Opens the about gtKam window. This gives the current version, author credits, and contact information. Right Click (over directory pane) Menu Right Click->Upload File Opens a dialog to identify an image file for uploading to the camera. Right Click->Make directory Opens dialog to create new directory. Right Click->Remove directory Opens a dialog to remove (delete) an existing folder (directory). Right Click->Capture Opens a window to allow the user to trigger the camera to acquire an image if the camera and its gphoto2 driver supports this fea- ture.. (This feature is not available on my camera, so I would appreciate some input on this item. -mjr) Right Click->Preferences Camera configuration tab. Driver configuration tab. Right Click->Summary Displays a window with information about the camera and its memory. Right Click->Manual I'm not sure what this should contain. Anyone? - mjr FIXME: need useful image Right Click->About Displays a window with information about the camera driver and its authors. This should include contact information for the maintainers of the drivers for your camera. Right Click->Select Camera Opens the Add Camera dialog. Right Click->Remove Camera Removes the camera from the directory pane. Right Click (over list pane) Menu Right Click->View with...->Built-in viewer Downloads the image under the cursor and displays it in a new window. The window automatically resizes the image to fill the window. Right Click->Info Presents file name, type, size, date and permissions information about the image under the cursor. Right Click->Save Downloads the image under the cursor and opens a dialog to allow it to be saved to the computer. Right Click->Delete Opens a dialog to allow the user to delete the image under the cursor. AUTHOR
The gPhoto2 Team. Man page edited by Michael J. Rensing <michael.rensing@shaw.ca>. August 2002 GTKAM(1)
All times are GMT -4. The time now is 06:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy