Search Results

Search: Posts Made By: ramaraobvs
29,601
Posted By blt123
diff 2 files; output diff's to 3rd file
Thanks for the info, it works!

When I read "man" about comm, it had mentioned the output as being "text columns". This confused me, because I wanted the different records.

Thanks again,...
32,125
Posted By JerryHone
Similar to edgarvm's but coping with new files as...
Similar to edgarvm's but coping with new files as well as different ones...

new=/dist
old=/dist_old
diff=/dist_upgrade

cd $new
for f in *f
do
# Diff the files - ignore the output...
...
1,346
Posted By zekich
replacing one line with other
Hello

i need little help.

i have 2 files.

first that contains a lot of data and about 2000 lines that i need to replace with new ones. Lets call that line A.

i know exactly how that lines...
8,030
Posted By evolve
File Compare & Move between 2 servers
Greetings -

I am a newbie in shell scripts. I have been thru the whole forum but there has been no similar query posed.

The objective of my system is to have a unified filebase system. I am...
8,313
Posted By ravi214u
Compare files from two directories
HI,

i want to compare one file from one directory to many files in other directory.
means in my /DIR/20070930/b/STG* directory i have only one file and
in /DIR/20070930/a/STG* directory i have...
5,605
Posted By Hitori
I think unison is too "heavy" for my purposes. I...
I think unison is too "heavy" for my purposes. I need not to work with CVS or SVN, also all files may be considered as binary (i.e. no patches based on their content, files must be just replaced with...
5,605
Posted By Hitori
By the way I cannot connect these comuters by...
By the way I cannot connect these comuters by network due to security policy of the company :mad:
3,127
Posted By jtrevinojr
get diff beteween two files
I have file1 and file2. I am trying to get the difference between the two of them to another file? I have tried diff and fgrep with no luck.. I dont think I am using the proper switches to make...
29,601
Posted By blt123
diff 2 files; output diff's to 3rd file
Hello,
I want to compare two files. All records in file 2 that are not in file 1 should be output to file 3.

For example:

file 1
123
1234
123456

file 2
123
2345
23456

file 3...
12,229
Posted By misenkiser
Copy selected contents from file
I want to capture contents of a file between 2 strings into another file

for eg all lines in between the keywords "start log" and "end log" should be copied into another file
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 06:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy