Sponsored Content
Top Forums Shell Programming and Scripting File deliminated with | character - How do I change 1 value Post 302377898 by durden_tyler on Saturday 5th of December 2009 05:49:52 PM
Old 12-05-2009
Code:
$
$ awk -v LNUM=3 -v OLD="32 inches" -v NEW="NEW VALUE" '{NR==LNUM && sub(OLD,NEW,$0); print}' f3
Brown|32 inches|apple|monkey
Green|12 feet|grape|cat
Blue|NEW VALUE|banana|dog
Black|23 inches|pear|horse
$

tyler_durden
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

change character case

i need to change character case inside a script file. How i can do that? any fucntion? thanks (3 Replies)
Discussion started by: ajaya
3 Replies

2. Shell Programming and Scripting

replace character in a string pattern and save the change in same file

I am facing one problem, can any one please suggest me the command for the same in unix. I am using Ksh. I have a large file with the data that looks like below. "ROTO2-2007f","_US01","9/15/2007","9/21/2007",346492,"NICK, LCD WATCH"97,1,"NAPOLITJ ","BERGER,M Z & CO INC",0.01, ... (2 Replies)
Discussion started by: mihir0011
2 Replies

3. UNIX for Dummies Questions & Answers

convert file deliminated by colon to one deliminated by tab characters

I know this seems simple to some of you so could you help? example> file:Mine and yours :daily need this deliminated to tab characters (2 Replies)
Discussion started by: yammer
2 Replies

4. Shell Programming and Scripting

how to change every 3rd character

hey champs, i have a files, whose contents are as follows, abcdefghijk lmnopqrstuv .............. .............. i want to replace every other 3rd character to some specified character. let here in this file i want to replace each 3rd character to z. abzdezghzjk lmzopzrszuv... (2 Replies)
Discussion started by: manas_ranjan
2 Replies

5. Shell Programming and Scripting

How to change a specific character in a file

Hi, I have a data file with following structure: a|b|c|d|3|f1|f2|f3 a|b|c|d|5|f1|f2|f3|f4|f5 I want to change this data to: a|b|c|d|3|f1;f2;f3 a|b|c|d|5|f1;f2;f3;f4;f5 Data in column 5 tells the number of following fields. All fields delimiter after the 5th column needs to be... (6 Replies)
Discussion started by: sdubey
6 Replies

6. Solaris

help me to change the character set

dears i am using solaris 10 i am facing a problem when i make setup for solaris i choose the country egypt and i select the language north america but i forget to do that the i found the date Jun written in arabic i want to change character set to written in english -rw-r--r-- 1 root ... (4 Replies)
Discussion started by: hosney00ux
4 Replies

7. Shell Programming and Scripting

Reverse a change of character

Good morning, i have two chaines of characters to be reversed in shell script (red with blue). It was only one line. Can you help me to write a script in awk or sed? ... (2 Replies)
Discussion started by: khalidou13
2 Replies

8. Shell Programming and Scripting

Change last Character

Hi, Someone can help me please, i have text in file like this: (a,b,c,d,e), (f,g,h,i,j), (k,l,m,n,o), and i want to change the last character to like this: (a,b,c,d,e), (f,g,h,i,j), (k,l,m,n,o); last array character "," i want change to ";" anyone can help me please,, thanks (2 Replies)
Discussion started by: ryo
2 Replies

9. Linux

Parse ; deliminated variable to create variables

Hi there, would appreciate some help on this parsing problem if anybody can help im trying to parse a variable with the following output, each of the values im trying to parse are deliminated by a ; T192... (8 Replies)
Discussion started by: scottish_jason
8 Replies

10. Shell Programming and Scripting

Change the i-th character of the j-th line

Hi, I have a file like #----------------------------------- 3 ! number of parameters of the polynome 0.00000e+00 0 ! fix=0) free=1 1.03916e-03 1 ! fix=0) free=1 0.00000e+00 0 ! fix=0) free=1 3 ! number of parameters 2.16595e-05 0 ! fix=0)... (5 Replies)
Discussion started by: f_o_555
5 Replies
FAX2PS(1)						      General Commands Manual							 FAX2PS(1)

NAME
fax2ps - convert a TIFF facsimile to compressed POSTSCRIPTtm SYNOPSIS
fax2ps [ options ] [ file... ] DESCRIPTION
fax2ps reads one or more TIFF facsimile image files and prints a compressed form of POSTSCRIPT on the standard output that is suitable for printing. By default, each page is scaled to reflect the image dimensions and resolutions stored in the file. The -x and -y options can be used to specify the horizontal and vertical image resolutions (lines/inch), respectively. If the -S option is specified, each page is scaled to fill an output page. The default output page is 8.5 by 11 inches. Alternate page dimensions can be specified in inches with the -W and -H options. By default fax2ps generates POSTSCRIPT for all pages in the file. The -p option can be used to select one or more pages from a multi-page document. fax2ps generates a compressed form of POSTSCRIPT that is optimized for sending pages of text to a POSTSCRIPT printer attached to a host through a low-speed link (such as a serial line). Each output page is filled with white and then only the black areas are drawn. The POSTSCRIPT specification of the black drawing operations is optimized by using a special font that encodes the move-draw operations required to fill the black regions on the page. This compression scheme typically results in a substantially reduced POSTSCRIPT descrip- tion, relative to the straightforward imaging of the page with a POSTSCRIPT image operator. This algorithm can, however, be ineffective for continuous-tone and white-on-black images. For these images, it sometimes is more efficient to send the raster bitmap image directly; see tiff2ps(1). OPTIONS
-p number Print only the indicated page. Multiple pages may be printed by specifying this option more than once. -x resolution Use resolution as the horizontal resolution, in dots/inch, of the image data. By default this value is taken from the file. -y resolution Use resolution as the vertical resolution, in lines/inch, of the image data. By default this value is taken from the file. -S Scale each page of image data to fill the output page dimensions. By default images are presented according to the dimension information recorded in the TIFF file. -W width Use width as the width, in inches, of the output page. The default page width is 8.5 inches. -H height Use height as the height, in inches, of the output page. The default page height is 11 inches. DIAGNOSTICS
Some messages about malformed TIFF images come from the TIFF library. Various messages about badly formatted facsimile images may be generated due to transmission errors in received facsimile. fax2ps attempts to recover from such data errors by resynchronizing decoding at the end of the current scanline. This can result in long horizontal black lines in the resultant POSTSCRIPT image. NOTES
If the destination printer supports POSTSCRIPT Level II then it is always faster to just send the encoded bitmap generated by the tiff2ps(1) program. BUGS
fax2ps should probably figure out when it is doing a poor job of compressing the output and just generate POSTSCRIPT to image the bitmap raster instead. SEE ALSO
tiff2ps(1), libtiff(3) March 16, 1995 FAX2PS(1)
All times are GMT -4. The time now is 07:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy