Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Replace line of text in a file Post 7979 by LivinFree on Thursday 4th of October 2001 09:47:38 AM
Old 10-04-2001
In the example I'm giving, I tested it with a text file name "file". You may need to rework this a little, but I think it might fit your needs:


cat file


"HDR,56",,,,,
"HDR,31",,,,,,
"HDR,66",,,,,
"HDR,59",,,,,

sed -e 's/\"//g' file | cut -d, -f1-2


HDR,56
HDR,31
HDR,66
HDR,59



If you need to, you can redirect the output to a different file.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

replace text in a file from the command line...

I am having to do a lot of searching thru files to replace words. Is there a command that i can run that will alow me to hunt thru a group of files and replace one word with another without having to open each file idividually? -thanks;) (1 Reply)
Discussion started by: dudboy
1 Replies

2. UNIX for Dummies Questions & Answers

how to replace one line in text with several lines

Hi, I need to replace a specific line in a text (eg the line contains the word MYSERVER) with a number of lines (let's say 4) in which the word MYSERVER will be replaced with server1 in the first line server2 in the second line server3 in the 3rd line server4 in the 4th line The original... (1 Reply)
Discussion started by: FunnyCats
1 Replies

3. UNIX for Dummies Questions & Answers

how can search a String in one text file and replace the whole line in another file

i am very new to UNIX plz help me in this scenario i have two text files as below file1.txt name=Rajakumar. Discipline=Electronics and communication. Designation=software Engineer. file2.txt name=Kannan. Discipline=Mechanical. Designation=CADD Design Engineer. ... (6 Replies)
Discussion started by: kkraja
6 Replies

4. UNIX for Dummies Questions & Answers

how to use vi to replace specific line of text only

hi all, i am new bee to Unix. i know how to replace text for range of lines in vi for e.g. replace | with |||| for line 4 through 7 using vi : 4,7s/|/||||/g but i have to replace | with |||| only for line no 4, 7 and 10 using vi only!!! your help will be appreciated! thanks,... (4 Replies)
Discussion started by: pranav.pandya
4 Replies

5. UNIX for Dummies Questions & Answers

how to replace a text of line with a comment line

I want to replace this line : "test compare visible] true" and make it "#test compare visible] true". How can I do it ? And it should be checked in many sub folder files also. (6 Replies)
Discussion started by: manoj.b
6 Replies

6. Shell Programming and Scripting

Replace a text with a particular column and particular line

I have a file test.txt cat test.txt shows 10 200 5 600 1000 4 88 9 3 6 66 101 Suppose, I want to replace a number with a particular line and column. For instance, the number 88 in line 3, column 2. I want to replace it by 99. How can I do that? Note that I am... (11 Replies)
Discussion started by: hbar
11 Replies

7. UNIX for Advanced & Expert Users

Find and replace the line in text file

I have two files a.txt b.txt I want to find a line in a.txt and replace by another line from b.txt a.txt asfsdfsfsfdfsf asfwererfgdgf wrerwetretfdg b.txt werdfgdfgf werergfdgd sfdfgfgfgfgg i want to replace the 1st line of a.txt by 1st line of b.txt i want out put as (5 Replies)
Discussion started by: rammm
5 Replies

8. Shell Programming and Scripting

Search text and replace line next to it

I have a file which requires modification via a shell script. Need to do the following: 0. take input from user for new text. 1. search for a keyword in the file. 2. replace the line next to this to this keyword with user supplied input. for e.g., my file has the following text: (some... (7 Replies)
Discussion started by: chingupt
7 Replies

9. Shell Programming and Scripting

How to find text and replace next line.?

Have multiple files with the same format and certain text is the same. Have specific text to search for and then need to replace the next line. Can search on the text DEVICE and multiple lines will be found. The line after each DEVICE line has {. Want to replace the line { with {-someadditiontext.... (2 Replies)
Discussion started by: bigdaddywags
2 Replies

10. Shell Programming and Scripting

Replace text/string with new line

Hello All I have had a requirement where I need to move data to a new line based on a text Input :61: 456 B66666 :61: 878 N78777 :61: 534533534 BNNN Output :61: 456 B66666 :61: 878 N78777 :61: 534533534 BNNN So basically as soon as it encounters :61: it should... (3 Replies)
Discussion started by: kamijia83
3 Replies
pfshdrcalibrate(1)					      General Commands Manual						pfshdrcalibrate(1)

NAME
pfshdrcalibrate - Create an HDR image or calibrate a response curve from a set of differently exposed images supplied in PFS stream. SYNOPSIS
pfshdrcalibrate [--response <type>] [--calibration <type>] [--gauss <val>] [--response-file <filename.m>] [--save-response <filename.m>] [--multiplier <val>] [--bpp <val>] [--luminance] [--samples <val>] [--help] [--verbose] DESCRIPTION
Create an HDR image or calibrate a response curve from a set of differently exposed images supplied in PFS stream. When used with 8bit images, luminance in the output HDR image corresponds to real world values in [cd/m^2] provided that hdrgen script con- tained correct information on exposure time, aperture and iso speed. Note that sometimes ISO speed indicated by camera does not correspond to standard (ISO-100 is in fact ISO-125). The accuracy of absolute calibration has not been thoroughly tested with different camera models, however one can expect the relative mea- surement error below 8%. Use pfsabsolute in case of systematic error. OPTIONS
--response <type>, -r <type> Allows to choose from predefined response curves. This can be used either to apply this response or use it as an initialization for automatic self-calibration. Predefined response curves are: "linear", "gamma", "log". Default is "linear". --calibration <type>, -c <type> Type of automatic self-calibration method used for recovery of the response curve. Accepted types include: "none", "robertson", "mitsunaga". Default is "robertson". In case "none" is chosen, a predefined response will be used, without self-calibration. More infomation on the algorithms can be found in: M.A. Robertson, S. Borman and R.L. Stevenson Dynamic range improvement through multiple exposures In: Proc. of International Conference on Image Processing 1999 (ICIP 99), pp 159-163 vol.3 and T. Mitsunaga and S. K. Nayar Radiometric Self Calibration In: Proc on IEEE Conf. on Computer Vision and Pattern Recognition (CVPR'99). Volume 1, p. 1374 --gauss <val>, -g <val> Sigma value for the Gaussian used as a weighting function. Applies to Robertson02 algorithm. Default value: 16.0f --response-file <filename.m>, -f <filename.m> Use response curve saved in the matlab format file. Turns off automatic self-calibration. Uses Robertson02 model to apply the response curve. --save-response <filename.m>, -s <filename.m> Saves the response curve calculated during automatic self-calibration stage in a matlab format file. Can be later reused for set of images captured with given camera. Also works fine for plotting with gnuplot. --multiplier <val>, -m <val> Input multiplier value. Can be used to manipulate the range of source exposures. Default value is 256 since LDR images are by default scaled to 0..1. --bpp <val>, -b <val> Number of bits per pixel in input data from the camera. Default value is 8. --samples <val>, -p <val> Number of sample pixels used in inverse response computations in Mitsunaga algorithm. Default is 50000. --fix-saturated, -x Use this option if you see black pixels in overexposed / saturated areas. The black pixels are visible if all exposures contain pixel values that are outside reliable range (are under- or over-exposed). This flag gives non-zero weight for the brightest and the darkest pixels, thus avoiding zero-weighted pixels. Note that the calculated luminance values for these pixels are not reliable. --luminance, -Y Recovery of response curve will be performed for luminance channel only. --verbose Print additional information during program execution. --help Print list of commandline options. EXAMPLES
pfsinhdrgen sample.hdrgen | pfshdrcalibrate -v -s response.m Recover the response curve from set of exposures defined in sample.hdrgen and save it to response.m file. To view the response curve, run gnuplot and write 'plot "response.m"'. pfsinhdrgen sample.hdrgen | pfshdrcalibrate -x -f response.m | pfsview Create an HDR image from exposures defined in sample.hdrgen using the response curve "response.m" and view it. Fix the problem with black values given to overexposed pixels. pfsinhdrgen sample.hdrgen | pfshdrcalibrate | pfsview Create an HDR image from exposures defined in sample.hdrgen using the default self-calibration method and view it. pfsinhdrgen sample_dcraw.hdrgen | pfshdrcalibrate -b 16 -r linear -c none | pfsview Given that the script sample_dcraw.hdrgen refers to camera RAW files (see pfsindcraw), this example will generate an HDR image assuming a linear response. pfsinhdrgen sample.hdrgen | pfshdrcalibrate | pfsview Create an HDR image from exposures defined in sample.hdrgen using the default self-calibration method and view it. pfsinhdrgen sample.hdrgen | pfshdrcalibrate -c mitsunaga -samples 100000 | pfsglview Create an HDR image from exposures defined in sample.hdrgen using the mitsunaga self-calibration method with 100000 samples and view it in pfsglview. SEE ALSO
pfsinhdrgen(1) jpeg2hdrgen(1) pfsview(1) pfsindcraw(1) pfsabsolute(1) pfsglview(1) BUGS
Please report bugs and comments on implementation to Grzegorz Krawczyk <gkrawczyk@users.sourceforge.net>. pfshdrcalibrate(1)
All times are GMT -4. The time now is 06:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy