Sponsored Content
Full Discussion: combine
Top Forums Shell Programming and Scripting combine Post 302354644 by suryanarayana on Saturday 19th of September 2009 03:33:15 AM
Old 09-19-2009
combine

Hi

I am having text file like this

001|ramu|hno221|><
sheshadripuram|delhi|560061><
002|krishna|hno225|><
newdelhimain|delhi|560061><

i want to combine every two lines as single...line...
i.e
001|ramu|hno221|sheshadripuram|delhi|560061

can u pls help me
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to combine after comparison

hi all, i have file as below: N000150100B00|1 N000150100B00|3 E0P2C42100000|2 E0P2C42100000|3 N000150100B00|2 N000150100B00|4 E0P2C42100000|3 E0P2C42100000|3 E0P2C42100000|6 now i want to compare 1st field of all rows with all other row's first field and if they are same then i... (2 Replies)
Discussion started by: pranav.pandya
2 Replies

2. Post Here to Contact Site Administrators and Moderators

combine accounts

I have two accounts, one for gmail and one for all other Google applications. I would like to put the gmail account on the same account as the others. I like Google, and all the products offered. However, it has been very difficult and frustrating to find this forum, and to figure out how to... (2 Replies)
Discussion started by: chaimelle
2 Replies

3. Shell Programming and Scripting

Combine new files

Hi All , Any one help me to combine two files in shell scripting .Below is my requrement i have 2 files as follows filea newyork America Texas America london Engalad Fileb abc def xyz i have to combine this file as follows newyork America abc Texas ... (1 Reply)
Discussion started by: ajmalc
1 Replies

4. Shell Programming and Scripting

perl combine if

Hi Evereyone, %q = (); $q{"a"} = 0; $q{"b"} = 0; $q{"c"} = 0; if ($q{"a"} !=0 || $q{"b"} !=0 || $q{"c"} !=0) { print "non-zero" } if any simple way to do that? assume you have not only a, b, c inside %q, but a, b, c, d, e, ... ... Thanks (2 Replies)
Discussion started by: jimmy_y
2 Replies

5. Shell Programming and Scripting

combine

Dear all i am having text file like xxx|yyy|1|2| zzz|rrr|3|4| www|xxx|>< 5|6|>< jjj|kkk|>< 8|9>< i want to join two lines which are having ' >< ' by taking only two lines at a stretch ...using awk command the result output should be xxx|yyy|1|2| zzz|rrr|3|4| www|xxx|5|6|... (2 Replies)
Discussion started by: suryanarayana
2 Replies

6. Shell Programming and Scripting

Help me to combine two file

Hi, can anybody help me. I want to combine these two file into one horizontally. 1st File: ... 10:00 10:01 10:02 10:03 10:04 10:05 ... 2nd File: ... 0715 10:00 Caps: 50 0715 10:01 Caps: 65 0715 10:02 Caps: 75 0715 10:04 Caps: 50 0715 10:05 Caps: 87 (3 Replies)
Discussion started by: lurak
3 Replies

7. Shell Programming and Scripting

combine two files...

Hi, i have two files. i want to combine records from these two files in below manner :- first line from first file(1st line) 2nd line from 2nd file(1st line) 3rd line from 1st file(2nd line) 4th line from 2nd file(2nd line) so on.... (1 Reply)
Discussion started by: deepakiniimt
1 Replies

8. Programming

Combine 3 queries

can these 3 be combined into 1 query? createtablea1as selecta.tps_Res_nb, b.tkt_prod_cd, b.tkt_prod_typ_nm, b.prod_intrnl_ds, b.tkt_prod_typ_nm AS TKT_ENTL_NM, casewhen b.tkt_prod_nm isnotnullthen b.tkt_prod_nm when b.tkt_prod_nm isnulland b.prod_intrnl_ds isnotnullthen... (1 Reply)
Discussion started by: dwr80
1 Replies

9. Shell Programming and Scripting

Combine 2 files

How to cilnd desided output from file1 and file2 with awk. file1 1 2 7 8 9 14 15 16 21 22 23 28 29 30 file2 aa bb cc dd ee ff gg hh ii jj kk ll (3 Replies)
Discussion started by: theshashi
3 Replies
EFIX(1) 																   EFIX(1)

NAME
efix - convert between fax, text, bit-map and gray-scale formats SYNOPSIS
efix [ options ] file... OPTIONS
Where options are: -i f the input image is in format f. Default is to automatically determine the input type from its contents. fax fax ("Group3") 1-D coded image text text. Line feeds separate lines, form feeds cause page breaks and tabs are expanded assuming tabs every 8 columns. pbm raw PBM (portable bit map) tiffg3 TIFF format with Group 3 (fax) compression. tiffraw TIFF format with no compression. -o f write the output in format f. Default is tiffg3. fax fax ("Group3") 1-D coded image pbm raw PBM pgm raw PGM (Portable Gray Map). Gray-scale values are produced by summing pixels in 4x4 pixel blocks. The output file is 1/4 of the size given by -p. The resulting image has 17 discrete values between 0 and 255. pcl HP-PCL (e.g. HP LaserJet). ps encapsulated Postscript (e.g. Apple Laserwriter). The file is compressed using differential coding vertically and run-length cod- ing horizontally. There is no provision for positioning the image within the page and so the image will appear at the lower left corner of the page when printed. tiffg3 TIFF format with Group 3 (fax) compression. tiffraw TIFF format with no compression. -n pat use the printf(3) pattern path to generate the output file name. Up to three %d escapes will be replaced by the page number starting with 1 (e.g. -n order.%03d will create file names order.001, order.002, etc.) -v lvl print messages of type in string lvl. Each lower-case letter in lvl enables one type of message: e - errors w - warnings i - information messages a - program arguments f - file format details The default is "ewi". -f fnt use font file fnt for text. The font file for an WxH font should be a bit map of an image of H rows and 256*W columns. Each suc- cessive WxH cell contains the bit map for characters with codes from 0 to 255. The default is to use a built-in 8x16 font. -s XxY scale the input by a factor of X horizontally and Y vertically. Scaling does not change the size of the output (use -p). If Y is not specified it is assumed to be the same as X. Any floating point value may be used for X and Y. The default is 1,1. -d R,D displace the output right by R and down by D (opposite if negative). See below for units. Default is 0,0. -p WxH truncate or pad the output to generate an image of width W and height H. This does not scale the input. See below for units. The default is the size of the input image if it can be determined or A4 (215x297mm) if it can't. -r XxY assume an output device resolution of X by Y dots per inch. If Y is not specified it is assumed to be the same as X. The default is the input resolution if it can be determined or the fax resolution of 204.1x195.6 dpi if it can't. -R XxY assume an input device resolution of X by Y dots per inch. If Y is not specified it is assumed to be the same as X. The default is the input resolution if it can be determined or the fax resolution of 204.1x195.6 dpi if it can't. -l n place n lines per page during text input. Default is 66. -O f overlay (logical OR) the image from file f into the output. Use "-" for standard input (-O-). Default is no overlay file. -M ignore all other options and copy the standard input to the standard output while applying base64 (MIME) encoding as specified by RFC 1521. FILES
If no -n options are given, output is written to the standard output. UNITS
The units of the W, H, R, and D values above are in inches by default. Any floating point value may be used. Units of inches, centime- tres, millimetres or points (72 per inch) can be used instead by appending one of the strings `in', `cm', `mm', or `pt' to the argument (e.g. -d2,4cm). CUT AND PASTE
The -d and -p options allow efix to cut out images from received faxes for use in other faxes or documents. The -d option specifies the top left portion of the desired image and the -p option gives the size of the cut image. For example, the command efix -d-5,-8 -p2,1 sample.001 >sig.001 would cut out part of the input with its top left corner 5 inches from the left edge and 8 inches from top of the input image. The output image would be 2 inches wide and 1 inch high. The -O option allows efix to superimpose two or more images. The overlay image must be in fax format and cannot be scaled, truncated or shifted. However, multiple efix commands may be used to transform images before combining them. For example, the commands efix -d4,8 signature >sig.fax efix -O sig.fax letterhead >letterhead.fax efix -O letterhead.fax letter.002 >letter.002.new will shift the image in the file signature down 8 inches and right 4 inches and combine (overlay) it with the images in the files letter- head and letter.002. REFERENCES
Gunter Born, "The File Formats Handbook", International Thompson Computer Press, 1995. COPYRIGHT
efix is copyright 1994 -- 1999 by Ed Casas. It may be used, copied and modified under the terms of the GNU Public License. DISCLAIMER
Although efix has been tested it may have errors that will prevent it from working correctly on your system. Some of these errors may cause serious problems including loss of data. SEE ALSO
efax(1), ghostscript(1), pbm(5), pgm(5). BUGS
Only reads two types of TIFF compression formats. Does not write multi-page TIFF files (a feature). 3rd Berkeley Distribution February 1999 EFIX(1)
All times are GMT -4. The time now is 01:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy