Sponsored Content
Full Discussion: sed to remove
Top Forums Shell Programming and Scripting sed to remove Post 302422170 by ygemici on Monday 17th of May 2010 03:51:44 PM
Old 05-17-2010
Quote:
Originally Posted by ldiaz2106
It's complicated to put the 00000001 in the patern,
because it's a incremental ID...Each record have a different ID...From 0000001 to 0034800

Thanks
Code:
[root@rhnserver ~]# cat myfilex
000000001 LDR   L ^^^^^nam^^2200325Iia^45e0
000000001 022   L $$a0081-3397
000000001 041   L $$aSPA
000000001 088   L $$aJ.E.N. 551
000000001 090   L $$aINFORMES JEN
000000001 100   L $$aROMERO, L.
000000001 650   L $$aGeneral y miscelánea2
000000001 650   L $$aGeneral and miscellaneus4
000000001 FMT   L BK

042347239 650   L $$aGeneral y miscelánea0
076542342 650   L $$aGeneral y miscelánea3
007657657 650   L $$aGeneral y miscelánea5
007657000 650   L $$aGeneral y miscelánea6
000080090 650   L $$aGeneral y miscelánea3
007008000 650   L $$aGeneral y miscelánea4
000002000 650   L $$aGeneral y miscelánea5
000200400 650   L $$aGeneral y miscelánea2
010030096 650   L $$aGeneral y miscelánea8
000037080 650   L $$aGeneral y miscelánea9
000006000 650   L $$aGeneral y miscelánea7

Code:
# sed -e 's/^\([0-9]* 650   L $$a.*\)[034]$/\1/' myfilex
000000001 LDR   L ^^^^^nam^^2200325Iia^45e0
000000001 022   L $$a0081-3397
000000001 041   L $$aSPA
000000001 088   L $$aJ.E.N. 551
000000001 090   L $$aINFORMES JEN
000000001 100   L $$aROMERO, L.
000000001 650   L $$aGeneral y miscelánea2
000000001 650   L $$aGeneral and miscellaneus
000000001 FMT   L BK

042347239 650   L $$aGeneral y miscelánea
076542342 650   L $$aGeneral y miscelánea
007657657 650   L $$aGeneral y miscelánea5
007657000 650   L $$aGeneral y miscelánea6
000080090 650   L $$aGeneral y miscelánea
007008000 650   L $$aGeneral y miscelánea
000002000 650   L $$aGeneral y miscelánea5
000200400 650   L $$aGeneral y miscelánea2
010030096 650   L $$aGeneral y miscelánea8
000037080 650   L $$aGeneral y miscelánea9
000006000 650   L $$aGeneral y miscelánea7

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to remove ^@ from a file using sed...or anything

i tried the following:- sed -e file 's/^@//g' > temp also tried sed -e file 's///g' > temp nothing happened....can someone please tell me wht is wrong??? also someinformation abt the character "^@"(it is ONLY ONE character and NOT TWO characters) thanx in advance.. (13 Replies)
Discussion started by: sayonm
13 Replies

2. Shell Programming and Scripting

sed remove

anyone out there knows how to remove pattern <random string> use sed? (6 Replies)
Discussion started by: jamwong
6 Replies

3. Shell Programming and Scripting

sed to remove character ['

I have a huge file where the each column has data in the format: . I want to remove the from each value. How do I do it with sed? thanks (2 Replies)
Discussion started by: manishabh
2 Replies

4. Shell Programming and Scripting

sed over writes my original file (using sed to remove leading spaces)

Hello and thx for reading this I'm using sed to remove only the leading spaces in a file bash-280R# cat foofile some text some text some text some text some text bash-280R# bash-280R# sed 's/^ *//' foofile > foofile.use bash-280R# cat foofile.use some text some text some text... (6 Replies)
Discussion started by: laser
6 Replies

5. Shell Programming and Scripting

using sed to remove lines

Can somebody explain why my sed command is not working. I do the folloinwg: Generates a binary file to /tmp/x1.out /usr/lib/sa/sa2 -s 4:00 -e 8:00 -i 3600 -A -o /tmp/x1.out decodes the file (no problem so far) sar -f /tmp/x1.out When I do this it does not appear to delete the... (4 Replies)
Discussion started by: BeefStu
4 Replies

6. Shell Programming and Scripting

Remove the Characters '[' and ']' with Sed

Hi, I am new to Sed and would like to know if it is possible to remove the characters . I have a couple of files with a keyword and would like to remove the substring. I am Using sed s/// but Its not working Thanks for your Support Andrew Borg (2 Replies)
Discussion started by: andrewborg
2 Replies

7. Shell Programming and Scripting

Need to remove a character using sed

Hi All, I have output like this below ldprod/03 ldprod/02 ldprod/01 ldprod/00 ldnprod/ ldnprod/030 I want only remove all character including / ldprod ldprod ldprod ldprod ldprod ldnprod (8 Replies)
Discussion started by: ranjancom2000
8 Replies

8. UNIX for Dummies Questions & Answers

How to remove certain lines using sed?

Hi I have the following kind of line sin my file . print ' this is first'. print ' this is firs and next ' ' line continuous '. -- this is entire print line. print ' this is first and next ' ' line continuous and' 'still there now over'. -- this 3lines together a single print line. ... (5 Replies)
Discussion started by: Sivajee
5 Replies

9. Shell Programming and Scripting

sed remove everything between two string

Hi all, I have this input: "203324780",,"89321213261247090146","VfdsD150","0D","fd3221","V0343","aaa","Direkt","fsa","2015.02.27","39833,54454,21214",,,"fd","NORMAL","D","10fd","1243 Flotta","HiĂĄnytalan","2013.02.25",,"2013.02.25","2013.02.24","2013.02.28",,"SajĂĄt... (4 Replies)
Discussion started by: snayper
4 Replies

10. UNIX for Beginners Questions & Answers

Remove space with sed

Hello Folks , myfile contains 1000000 records as follows: logver=56 idseq=63256 itime=1111 devid=TG-40 devname=PUI-C2 vd=USER date=2019_01_10 time=18:39:49 logid="000013" type="traffic" subtype="forward" level="notice" eventtime=134 srcip=1.1.1.1 srcport=1 srcintf="XYX-CORE.01"... (3 Replies)
Discussion started by: arm
3 Replies
pfstmo_pattanaik00(1)					      General Commands Manual					     pfstmo_pattanaik00(1)

NAME
pfstmo_pattanaik00 - Time-dependent Visual Adaptation Model SYNOPSIS
pfstmo_pattanaik00 [--time-dependence] [--fps <val>] [--mul <multiplier>] [--local] [--cone <val>] [--rod <val>] [--verbose] [--help] DESCRIPTION
This command implements a tone mapping operator as described in: Time-Dependent Visual Adaptation for Realistic Image Display. S.N. Pattanaik, J. Tumblin, H. Yee, and D.P. Greenberg. In Proceedings of ACM SIGGRAPH 2000. This operator requires properly calibrated image data (in cd/m2) and its results should be gamma corrected. The local version of this operator is based on the following paper: Adaptive Gain Control For High Dynamic Range Image Display. S.N. Pattanaik, H. Yee. In proceedings of SCCG 2002. OPTIONS
--time-dependence, -t Use time dependent model of adaptation. This should be used for tone mapping of an animation. It has no influence on single-frame input. Switched off by default. Note: it is important to correctly set the speed of the input animation (--fps). --fps <val>, -f <val> Speed of input animation in frames per second. Used when time-dependence is switched on (-t). Default value: 16.0 --mul <multiplier>, -m <multiplier> Multiply input values by a multiplier value. Useful if input data is not calibrated. Default value: 1.0 --local, -l Use local version of the tone mapping. Time-dependent effects are cancelled while using local version, global version is used by default. --cone <val>, -c <val> Set the adaptation level for cones. If --rod parameter is not used, this will also set the adaptation level for rods. By default, the adaptation level is calculated as a logarithmic average of luminance in the input image. --rod <val>, -r <val> Set the adaptation level for rods. By default, the adaptation level is calculated as a logarithmic average of luminance in the input image. --verbose Print additional information during program execution. --help Print list of command line options. EXAMPLES
pfsin memorial.hdr | pfstmo_pattanaik00 -m 650 | pfsgamma -g 2.2 | pfsout memorial.png Tone map image, apply gamma correction, and save it in png format. SEE ALSO
pfsgamma(1) pfsin(1) pfsout(1) pfsview(1) BUGS
Please report bugs and comments on implementation to Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de>. pfstmo_pattanaik00(1)
All times are GMT -4. The time now is 08:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy