Sponsored Content
Top Forums Shell Programming and Scripting Replace string in XML file with awk/sed with string from another Post 302966467 by cozzin on Friday 12th of February 2016 06:53:20 AM
Old 02-12-2016
There is more to the file, but the bit that I'm interested in and where I want to make the change is the one I supplied. At the end, I'll copy the whole file, not just that bit.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

replace string in XML with sed

Greetings, I have an XML : file.xml <component> <name>abcd</name> <value>1234</value> </component> I am using sed to replace abcd with the desired value dynamically without knowing the actual value. sed 's/<name>./]\{1,\}<\/name>/<name>ijkl<\/name>/' file.xml > newfile.xml I... (6 Replies)
Discussion started by: chiru_h
6 Replies

2. Shell Programming and Scripting

Using sed to replace a string in file with a string in a variable that contains spaces

Hi, i call my shell like: my_shell "my project name" my script: #!/bin/bash -vx projectname=$1 sed s/'PROJECT_NAME ='/'PROJECT_NAME = '$projectname/ <test_config_doxy >temp cp temp test_config_doxy the following error occurres: sed s/'PROJECT_NAME ... (2 Replies)
Discussion started by: vivelafete
2 Replies

3. Shell Programming and Scripting

How to find a certain string in a file and replace it with a value from another file using sed/awk?

Hi Everyone, I am new to this forum and new to sed/awk programming too !! I need to find particular string in file1(text file) and replace it with a value from another text file(file2) the file2 has only one line and the value to be replaced with is in the second column. file 1: (assert (=... (21 Replies)
Discussion started by: paramad
21 Replies

4. Shell Programming and Scripting

replace (sed?) a single line/string in file with multiple lines (string) from another file??

Can someone tell me how I can do this? e.g: Say file1.txt contains: today is monday the 22 of NOVEMBER 2010 and file2.txt contains: the 11th month of How do i replace the word NOVEMBER with (5 Replies)
Discussion started by: tuathan
5 Replies

5. Shell Programming and Scripting

replace (sed?) a string in file with multiple lines (string) from variable

Can someone tell me how I can do this? e.g: a=$(echo -e wert trewt ertert ertert ertert erttert erterte rterter tertertert ert) How do i replace the STRING with $a? I try this: sed -i 's/STRING/'"$a"'/g' filename.ext but this don' t work (2 Replies)
Discussion started by: jforce
2 Replies

6. Shell Programming and Scripting

sed or awk to replace a value in a certain line containing a string

hi experts , I have an input like following. R sfst 1000.0000 $ new time step for mass scaled calculation R dt2ms -4.000E-7 $ friction value for blank R mue ... (10 Replies)
Discussion started by: hamnsan
10 Replies

7. Shell Programming and Scripting

sed or awk to replace a value in a certain line from another file containing a string

Hi experts, In my text file I have the following alot of lines like below. input.k is as follows. 2684717 -194.7050476 64.2345581 150.6500092 0 0 2684718 -213.1575623 62.7032242 150.6500092 0 0 *INCLUDE $# filename... (3 Replies)
Discussion started by: hamnsan
3 Replies

8. Shell Programming and Scripting

sed or awk command to replace a string pattern with another string based on position of this string

here is what i want to achieve... consider a file contains below contents. the file size is large about 60mb cat dump.sql INSERT INTO `table1` (`id`, `action`, `date`, `descrip`, `lastModified`) VALUES (1,'Change','2011-05-05 00:00:00','Account Updated','2012-02-10... (10 Replies)
Discussion started by: vivek d r
10 Replies

9. Shell Programming and Scripting

Replace a string in a xml file

Hello, I have below xml file, I want to find line default-value and replace the string within quotes followed by default-value "moni/Websphere/". Replace moni/Websphere/ with monitor/AMQ/ <monitor> <name>WebsphereMqMonitor</name> <type>managed</type> <argument... (4 Replies)
Discussion started by: prince1987
4 Replies

10. Shell Programming and Scripting

Replace string of a file with a string of another file for matches using grep,sed,awk

I have a file comp.pkglist which mention package version and release . In 'version change' and 'release change' line there are two versions 'old' and 'new' Version Change: --> Release Change: --> cat comp.pkglist Package list: nss-util-devel-3.28.4-1.el6_9.x86_64 Version Change: 3.28.4 -->... (1 Reply)
Discussion started by: Paras Pandey
1 Replies
REGGIE_SE(1)						    BSD General Commands Manual 					      REGGIE_SE(1)

NAME
reggie_se -- read and modify hardware registers SYNOPSIS
reggie_se [-d dev] [-D type] [-i index] [-r] [-w val] [-s n] [-S val] [-c n] [-C] [-l] [-x] [-b b:e] [-v] [-h] USAGE
To read a register: reggie_se -r [-d devclass] [-D devname] [-i index] [-v] -n register_name reggie_se -r [-d devclass] [-D devname] [-i index] [-v] -a register_addr -B reg_size To write a register: reggie_se -w value [-d devclass] [-D devname] [-i index] [-v] -n register_name reggie_se -w value [-d devclass] [-D devname] [-i index] [-v] -a register_addr -B reg_size To set a bit or range of bits: reggie_se -s bit_index [-d devclass] [-D devname] [-i index] [-v] -n register_name reggie_se -s bit_index [-d devclass] [-D devname] [-i index] [-v] -a register_addr -B reg_size reggie_se -S value -b b:e [-d devclass] [-D devname] [-i index] [-v] -n register_name reggie_se -S value -b b:e [-d devclass] [-D devname] [-i index] [-v] -a register_addr -B reg_size To clear a bit or range of bits: reggie_se -c bit_index [-d devclass] [-D devname] [-i index] [-v] -n register_name reggie_se -c bit_index [-d devclass] [-D devname] [-i index] [-v] -a register_addr -B reg_size reggie_se -C -b b:e [-d devclass] [-D devname] [-i index] [-v] -n register_name reggie_se -C -b b:e [-d devclass] [-D devname] [-i index] [-v] -a register_addr -B reg_size To get a list of available registers: reggie_se -l [-d devclass] [-D devname] User supplied values are interpreted as follows: Hexadecimal (base-16) if prefixed by '0x' or '0X' Octal (base-8) if prefixed by '0o' or '0O' Binary (base-2) if prefixed by '0b' or '0B' Decimal (base-10) if no prefix DESCRIPTION
reggie_se is used to read and modify hardware registers and physical memory. -d dev specify target device by class c cpu (DEFAULT) p pci device -D type specify target device by name CPU: 750, 750FXDDR1, 750FXDDR2, 7400, 7410, 7450, 7455, 7447A, 7457, 970 Memory: PhysAddr Expansion: PCI -i index a target all devices (e.g. CPUn) n target only device at index n (e.g. -i 0 = CPU0) -r read register -w val write val to register -s n set register bit n -S val set register bit range to val (specify bit range with -b option) -c n clear register bit n -C clear register bit range (specify bit range with -b option) -l list registers and exit -x list expansion devices (PCI) and exit -b begin:end specify bit index range from begin to end for -S and -C actions -v verbose mode (prints bit definitions) -h print usage information and exit Darwin July 30, 2004 Darwin
All times are GMT -4. The time now is 10:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy