Sponsored Content
Top Forums Shell Programming and Scripting Copy content of file in different file Post 302985304 by RudiC on Tuesday 8th of November 2016 07:51:05 AM
Old 11-08-2016
Remembering your other recent thread, I guess it might be a question of encoding, e.g. UTF16, not a file "containing hexadecimal" chars. I faintly remember windows creating UTF16 encoded files; where do your files come from?

Please ALWAYS post sample data so people can see and analyse what your problem might be!
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How do I search first&second string & copy all content between them to other file?

Hi All, How do I search first string & second string and copy all content between them from one file to another file? Please help me.. Thanks In Advance. Regards, Pankaj (12 Replies)
Discussion started by: pankajp
12 Replies

2. Shell Programming and Scripting

How to copy Content of a file to another file on a specific column

Hi i have a file (file1)with this content: 1.2.3.10.in-addr.arpa and a second file (file2) with a content wich have 8 Columns if a do a awk '{print $8}' file2 i become this output: ,'10.3.2.1.', So i want to replace only the 10.3.2.1. in file2 (column 8) with the information... (8 Replies)
Discussion started by: tuxus
8 Replies

3. UNIX for Dummies Questions & Answers

copy content of file to other file

Hi , i Have 11 Gb file which contain 70 database but I want only one database now i want content of file copy to other file as from starting from word of file1 create database xyz to end word create database xyz1 this copies to other file2 By this I cant get required database... (2 Replies)
Discussion started by: kaushik02018
2 Replies

4. UNIX for Dummies Questions & Answers

How to copy entire file content into another file being in last line mode of vi ?

How to copy entire file content into another file being in last line mode of vi ? ---------- Post updated at 10:07 AM ---------- Previous update was at 09:56 AM ---------- Got it : :1,30w file.txt (1 Reply)
Discussion started by: presul
1 Replies

5. Shell Programming and Scripting

copy content of file to another files from certain position

Hello Guys I have a directory of xml files (almost 500 ) Now in each xml file 3 new attributes will be added which are in a different single file Is there any way I can copy the whole content of single file at 6th line of all the files in the directory . Thanks a lot!!! (7 Replies)
Discussion started by: Pratik4891
7 Replies

6. Shell Programming and Scripting

How to copy mail content in a file in Unix

Hi Guys I want to write a script which search mail with subject line and after that I want the mail content in a file please help guys. Thanks Atul Singh (3 Replies)
Discussion started by: atul9806
3 Replies

7. UNIX Desktop Questions & Answers

copy content of file to another

I have a file called part1.pdb...contents are: ATOM 1 N SER 1 -10.295 -8.909 10.913 1.00 0.00 ATOM 2 H1 SER 1 -10.230 -8.214 10.183 1.00 0.00 ATOM 3 H2 SER 1 -9.558 -8.745 11.584 1.00 0.00 ATOM 4 H3 SER 1 -11.255 ... (1 Reply)
Discussion started by: kanikasharma
1 Replies

8. Shell Programming and Scripting

Change the file name and copy old file content to new file names.

Hi, I have a files in a directory as below :- ls -1 mqdepth-S1STC02 proc-mq-S1STC01 proc-mq-S1STC02 proc-mq-S1STC03 Whereever i have S1STC i need to copy them into new file with file name S2STC. expected output :- ls -1 mqdepth-S2STC02 proc-mq-S2STC01 proc-mq-S2STC02... (3 Replies)
Discussion started by: satishmallidi
3 Replies

9. Shell Programming and Scripting

How to remove exisiting file content from a file and have to append new file content?

hi all, i had the below script x=`cat input.txt |wc -1` awk 'NR>1 && NR<'$x' ' input.txt > output.txt by using above script i am able to remove the head and tail part from the input file and able to append the output to the output.txt but if i run it for second time the output is... (2 Replies)
Discussion started by: hemanthsaikumar
2 Replies

10. UNIX for Beginners Questions & Answers

Copy the content from txt file and create a html file

I have a txt file with a list of error messages in a xml tag format, and each error message is separated with a identifier(endresult).Need to split that and copy and create a new html file.Error message has some special character. how to escape the special character and insert my data into the... (7 Replies)
Discussion started by: DevAakash
7 Replies
WINDMC(1)						       GNU Development Tools							 WINDMC(1)

NAME
windmc - generates Windows message resources. SYNOPSIS
windmc [options] input-file DESCRIPTION
windmc reads message definitions from an input file (.mc) and translate them into a set of output files. The output files may be of four kinds: "h" A C header file containing the message definitions. "rc" A resource file compilable by the windres tool. "bin" One or more binary files containing the resource data for a specific message language. "dbg" A C include file that maps message id's to their symbolic name. The exact description of these different formats is available in documentation from Microsoft. When windmc converts from the "mc" format to the "bin" format, "rc", "h", and optional "dbg" it is acting like the Windows Message Compiler. OPTIONS
-a --ascii_in Specifies that the input file specified is ASCII. This is the default behaviour. -A --ascii_out Specifies that messages in the output "bin" files should be in ASCII format. -b --binprefix Specifies that "bin" filenames should have to be prefixed by the basename of the source file. -c --customflag Sets the customer bit in all message id's. -C codepage --codepage_in codepage Sets the default codepage to be used to convert input file to UTF16. The default is ocdepage 1252. -d --decimal_values Outputs the constants in the header file in decimal. Default is using hexadecimal output. -e ext --extension ext The extension for the header file. The default is .h extension. -F target --target target Specify the BFD format to use for a bin file as output. This is a BFD target name; you can use the --help option to see a list of supported targets. Normally windmc will use the default format, which is the first one listed by the --help option. -h path --headerdir path The target directory of the generated header file. The default is the current directory. -H --help Displays a list of command line options and then exits. -m characters --maxlength characters Instructs windmc to generate a warning if the length of any message exceeds the number specified. -n --nullterminate Terminate message text in "bin" files by zero. By default they are terminated by CR/LF. -o --hresult_use Not yet implemented. Instructs "windmc" to generate an OLE2 header file, using HRESULT definitions. Status codes are used if the flag is not specified. -O codepage --codepage_out codepage Sets the default codepage to be used to output text files. The default is ocdepage 1252. -r path --rcdir path The target directory for the generated "rc" script and the generated "bin" files that the resource compiler script includes. The default is the current directory. -u --unicode_in Specifies that the input file is UTF16. -U --unicode_out Specifies that messages in the output "bin" file should be in UTF16 format. This is the default behaviour. -v --verbose Enable verbose mode. -V --version Prints the version number for windmc. -x path --xdgb path The path of the "dbg" C include file that maps message id's to the symbolic name. No such file is generated without specifying the switch. @file Read command-line options from file. The options read are inserted in place of the original @file option. If file does not exist, or cannot be read, then the option will be treated literally, and not removed. Options in file are separated by whitespace. A whitespace character may be included in an option by surrounding the entire option in either single or double quotes. Any character (including a backslash) may be included by prefixing the character to be included with a backslash. The file may itself contain additional @file options; any such options will be processed recursively. SEE ALSO
the Info entries for binutils. COPYRIGHT
Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". binutils-2.21.1 2011-06-27 WINDMC(1)
All times are GMT -4. The time now is 07:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy