Sponsored Content
Full Discussion: Replacing '-' by 0 in a file
Top Forums Shell Programming and Scripting Replacing '-' by 0 in a file Post 302369999 by learning_skills on Tuesday 10th of November 2009 06:05:51 AM
Old 11-10-2009
Error Replacing '-' by 0 in a file

Hi,

I have the following data in my file (file.csv):

My.com,21 September 2009,ace,42,0,0,0,-,-
My.com,21 September 2009,adb,3,0,0,0,-,-
My.com,21 September 2009,agp,3,0,0,0,-,-
My.com,21 September 2009,alc,23,0,0,0,-,-

I need to prepare a UNIX script, where the '-' can be relaced by zero (0) throughout the file length.

Please advice.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Create a file after replacing a particular pattern in another file

I have a file as below: file1 ----- 1|CT1909090TRYGH 2|CTH909090GHDGJ 4|CT9909090HSGUS 10|AT0735732YQGDJ 21|CTP909090BAFSL 100|BAI891253NSHDD Now, I have to replace "909090" to "451234". Since after the pipe delimiter, the field positions are fixed, so i tried the below command: awk... (5 Replies)
Discussion started by: PriyankaM
5 Replies

2. Shell Programming and Scripting

sed command for copying the contents of other file replacing it another file on specifc pattern

We have 2 file XML files - FILE1.XML and FILE2.xml - we need copy the contents of FILE1.XML and replace in FILE2.xml pattern "<assignedAttributeList></assignedAttributeList>" FILE1.XML 1. <itemList> 2. <item type="Manufactured"> 3. <resourceCode>431048</resourceCode> 4. ... (0 Replies)
Discussion started by: balrajg
0 Replies

3. Shell Programming and Scripting

Replacing the name in a file

Hi, I need to remove the word from a SQL file and need to replace with another word. I tried with Need to replace example.com/1/ to domain.com I tried with :%s/example.com/1/domain.com But that does not worked out. (2 Replies)
Discussion started by: gsiva
2 Replies

4. Shell Programming and Scripting

Replacing multiple lines in file from another file

Hi All, I'm trying to parse a XML file and replace few lines of file with text present in another file. But only issue is I need to replace only those lines from XML which are preceeding the JOBNAME =*RRN* For ex test.xml(content of XML file in which I want to replace lines is ) <JOB . . .... (10 Replies)
Discussion started by: techneel
10 Replies

5. Red Hat

Help with replacing a file

Hi I need to replace A file with B when file A has no contents in linux. Thanks (5 Replies)
Discussion started by: mostwantedkisss
5 Replies

6. Shell Programming and Scripting

Replacing column 1 in one file with values in other file

Please help me with an shell / awk script to achieve following; File-1: ABCDW01 12322 23322 BDADW01 22232 24453 EDFAW00 32232 23422 and so on, notice that the first coloumn is a code and the another file contains the real value of each entry in the first colum above but not in a... (4 Replies)
Discussion started by: digipak
4 Replies

7. Shell Programming and Scripting

sed -Replacing file path within .txt file

Hi, I am trying to use sed to replace a file path within all the .lay (.txt) files in a folder. I feel that this should be easy but I can't get it to work no matter what i try. I'm using cygwin. For a .txt file containing the below line I want to replace this file path with a new one. ... (1 Reply)
Discussion started by: carlr
1 Replies

8. Shell Programming and Scripting

replacing \ with / in a file

I have a file as below: 1578449 |\\DEV-HUB1\WB_Enterprise_MAM\\4-5-2011\dsuggTO\E0003908_2692725_30.jpg 1578450 |\\DEV-HUB1\WB_Enterprise_MAM\\4-5-2011\dsuggTO\E0003908_2692725_31.jpg 1578451 |\\DEV-HUB1\WB_Enterprise_MAM\\4-5-2011\dsuggTO\E0003908_2692725_32.jpg 1578452... (5 Replies)
Discussion started by: Vidhyaprakash
5 Replies

9. Shell Programming and Scripting

Replacing 12 columns of one file by second file based on mapping in third file

i have a real data prod file with 80+ fields containing 1k -2k records. i have to extract say 12 columns out of this which are sensitive fields along with one primary key say SEQ_ID (like DOB,account no, name, SEQ_ID, govtid etc) in a lookup file. i have to replace these sensitive fields in... (11 Replies)
Discussion started by: megh12
11 Replies

10. Shell Programming and Scripting

Replacing match lines from one file with another file

Please help me in this scenario i have two text files as below file1.txt record_1 conversion of a file; code change; data types; lenght; end; record_2 field name; string; new fileline; end; record_3 (7 Replies)
Discussion started by: velraj9
7 Replies
MED2BIB(1)																MED2BIB(1)

NAME
med2bib - script to convert Pubmed format files to BibTeX format files SYNOPSIS
med2bib <input.med> <output.bib> DESCRIPTION
med2bib is a script to convert a Pubmed-format file into a BibTeX-format file. The conversion is a two step process: the Pubmed-format file is first converted into an XML-format file; that XML-format file is in turn converted into the BibTeX-format file (both utilities are shipped in the bibutils package). This script is part of the cb2bib package and is located at /usr/share/cb2bib/c2btools/med2bib. BIBLIOGRAPHICAL REFERENCES TO BE CITED
P. Constans (2009) "A simple extraction procedure for bibliographical author field", arXiv:0902.0755. P. Constans (2007) "Approximate textual retrieval", arXiv:0705.0751. SEE ALSO
cb2bib(1), bib2pdf(1), isi2bib(1), ris2bib(1) AUTHORS
Filippo Rusconi <rusconi-debian@laposte.net> basing the writing on previous work by Pere Constans <constans@molspaces.com>. Program and man page (for the Debian distribution) author. COPYRIGHT
Copyright (C) 2009 Filippo Rusconi This manual page was written for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation. On a Debian system the complete text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. September 2009 MED2BIB(1)
All times are GMT -4. The time now is 10:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy