Copy content of file in different file


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Copy content of file in different file
# 15  
Old 11-08-2016
Quote:
Originally Posted by guddu_12
Hi

I ran below command

Code:
tdc2solv112:kumarra# file -i ED_D_VLU______002_005_002_000_EN.oti
ED_D_VLU______002_005_002_000_EN.oti:   regular file

The file -i option explicitly tells file not to investigate the contents of the file named by an operand if that file is a regular file. Why don't you leave off the -i and try the command again (as RudiC suggested)?
# 16  
Old 11-08-2016
Code:
tdc2solv112:kumarra# file ED_D_VLU______002_005_002_000_EN.oti
ED_D_VLU______002_005_002_000_EN.oti:   commands text

# 17  
Old 11-08-2016
What do the first twenty or thirty lines of output from the command:
Code:
od -bc ED_D_VLU______002_005_002_000_EN.oti

look like?
# 18  
Old 11-08-2016
Code:
0000000 074 000 120 000 122 000 117 000 112 000 105 000 103 000 124 000
           <  \0   P  \0   R  \0   O  \0   J  \0   E  \0   C  \0   T  \0
0000020 076 000 015 000 012 000 042 000 126 000 114 000 125 000 042 000
           >  \0  \r  \0  \n  \0   "  \0   V  \0   L  \0   U  \0   "  \0
0000040 073 000 042 000 060 000 060 000 062 000 056 000 060 000 060 000
           ;  \0   "  \0   0  \0   0  \0   2  \0   .  \0   0  \0   0  \0
0000060 065 000 056 000 060 000 060 000 062 000 056 000 060 000 060 000
           5  \0   .  \0   0  \0   0  \0   2  \0   .  \0   0  \0   0  \0
0000100 060 000 042 000 073 000 042 000 115 000 111 000 124 000 122 000
           0  \0   "  \0   ;  \0   "  \0   M  \0   I  \0   T  \0   R  \0
0000120 101 000 103 000 040 000 124 000 104 000 123 000 042 000 073 000
           A  \0   C  \0      \0   T  \0   D  \0   S  \0   "  \0   ;  \0
0000140 101 000 105 000 105 000 106 000 073 000 060 000 063 000 106 000
           A  \0   E  \0   E  \0   F  \0   ;  \0   0  \0   3  \0   F  \0
0000160 105 000 073 000 042 000 105 000 116 000 042 000 073 000 042 000
           E  \0   ;  \0   "  \0   E  \0   N  \0   "  \0   ;  \0   "  \0
0000200 042 000 015 000 012 000 074 000 104 000 105 000 126 000 137 000
           "  \0  \r  \0  \n  \0   <  \0   D  \0   E  \0   V  \0   _  \0
0000220 101 000 104 000 104 000 122 000 105 000 123 000 123 000 076 000
           A  \0   D  \0   D  \0   R  \0   E  \0   S  \0   S  \0   >  \0
0000240 015 000 012 000 042 000 117 000 104 000 102 000 123 000 137 000
          \r  \0  \n  \0   "  \0   O  \0   D  \0   B  \0   S  \0   _  \0
0000260 103 000 106 000 107 000 042 000 073 000 061 000 062 000 070 000
           C  \0   F  \0   G  \0   "  \0   ;  \0   1  \0   2  \0   8  \0
0000300 073 000 042 000 042 000 015 000 012 000 042 000 117 000 104 000
           ;  \0   "  \0   "  \0  \r  \0  \n  \0   "  \0   O  \0   D  \0
0000320 102 000 123 000 137 000 103 000 106 000 107 000 042 000 073 000
           B  \0   S  \0   _  \0   C  \0   F  \0   G  \0   "  \0   ;  \0
0000340 061 000 062 000 071 000 073 000 042 000 042 000 015 000 012 000
           1  \0   2  \0   9  \0   ;  \0   "  \0   "  \0  \r  \0  \n  \0
0000360 074 000 120 000 103 000 114 000 076 000 015 000 012 000 062 000
           <  \0   P  \0   C  \0   L  \0   >  \0  \r  \0  \n  \0   2  \0
0000400 105 000 073 000 042 000 110 000 103 000 101 000 042 000 073 000
           E  \0   ;  \0   "  \0   H  \0   C  \0   A  \0   "  \0   ;  \0
0000420 042 000 103 000 117 000 120 000 040 000 103 000 141 000 162 000
           "  \0   C  \0   O  \0   P  \0      \0   C  \0   a  \0   r  \0
0000440 040 000 101 000 042 000 073 000 042 000 117 000 104 000 102 000
              \0   A  \0   "  \0   ;  \0   "  \0   O  \0   D  \0   B  \0
0000460 123 000 137 000 103 000 106 000 107 000 042 000 015 000 012 000
           S  \0   _  \0   C  \0   F  \0   G  \0   "  \0  \r  \0  \n  \0
0000500 067 000 103 000 073 000 042 000 104 000 104 000 042 000 073 000
           7  \0   C  \0   ;  \0   "  \0   D  \0   D  \0   "  \0   ;  \0
0000520 042 000 104 000 157 000 157 000 162 000 163 000 040 000 103 000
           "  \0   D  \0   o  \0   o  \0   r  \0   s  \0      \0   C  \0
0000540 141 000 162 000 040 000 104 000 042 000 073 000 042 000 117 000
           a  \0   r  \0      \0   D  \0   "  \0   ;  \0   "  \0   O  \0
0000560 104 000 102 000 123 000 137 000 103 000 106 000 107 000 042 000
           D  \0   B  \0   S  \0   _  \0   C  \0   F  \0   G  \0   "  \0
0000600 015 000 012 000 063 000 104 000 073 000 042 000 130 000 101 000
          \r  \0  \n  \0   3  \0   D  \0   ;  \0   "  \0   X  \0   A  \0
0000620 042 000 073 000 042 000 101 000 165 000 170 000 151 000 154 000
           "  \0   ;  \0   "  \0   A  \0   u  \0   x  \0   i  \0   l  \0
0000640 151 000 141 000 162 000 171 000 040 000 103 000 141 000 162 000
           i  \0   a  \0   r  \0   y  \0      \0   C  \0   a  \0   r  \0
0000660 040 000 101 000 042 000 073 000 042 000 117 000 104 000 102 000
              \0   A  \0   "  \0   ;  \0   "  \0   O  \0   D  \0   B  \0
0000700 123 000 137 000 103 000 106 000 107 000 042 000 015 000 012 000
           S  \0   _  \0   C  \0   F  \0   G  \0   "  \0  \r  \0  \n  \0
0000720 063 000 105 000 073 000 042 000 130 000 102 000 042 000 073 000
           3  \0   E  \0   ;  \0   "  \0   X  \0   B  \0   "  \0   ;  \0
0000740 042 000 101 000 165 000 170 000 151 000 154 000 151 000 141 000

# 19  
Old 11-08-2016
That looks like a UTF16 little endian encoded file BUT WITHOUT the necessary leading hex FF FE (377 376). The file command shows
Code:
file3: application/octet-stream; charset=binary

or
Code:
file3: data

Is that the original file as created/downloaded or has it already been tampered with?
# 20  
Old 11-08-2016
IT is original file, it will come like this only.
so i want to read every line and past in some other .txt file before processing
# 21  
Old 11-08-2016
How about
Code:
iconv -futf16 -tutf8 file

?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question