|
Prev: Link two directories
Next: grouping in awk
From: hemus7 on 14 Apr 2008 11:40 Hi, I want to write a shell script to do like winmerge . can any one suggest a way? i am trying to make it work like copying the entire change if any .if there is no change,no action will take place.no prompt for each change as of now.please post your suggestions
From: DaveB on 14 Apr 2008 12:04 hemus7(a)gmail.com wrote: > Hi, > I want to write a shell script to do like winmerge . can any one > suggest a way? > i am trying to make it work like copying the entire change if any .if > there is no change,no action will take place.no prompt for each change > as of now.please post your suggestions What does winmerge do? Could you please provide some example?
From: Scott McMillan on 14 Apr 2008 12:08 On Mon, 14 Apr 2008 08:40:08 -0700 (PDT), hemus7(a)gmail.com wrote: >Hi, >I want to write a shell script to do like winmerge . can any one >suggest a way? >i am trying to make it work like copying the entire change if any .if >there is no change,no action will take place.no prompt for each change >as of now.please post your suggestions rsync ? I don't know what "winmerge" does... Scott McMillan
From: Glenn Jackman on 14 Apr 2008 12:32 At 2008-04-14 11:40AM, "hemus7(a)gmail.com" wrote: > Hi, > I want to write a shell script to do like winmerge . can any one > suggest a way? See the diff man page. -- Glenn Jackman "If there is anything the nonconformist hates worse than a conformist, it's another nonconformist who doesn't conform to the prevailing standard of nonconformity." -- Bill Vaughan
From: Chris Mattern on 14 Apr 2008 14:57 On 2008-04-14, hemus7(a)gmail.com <hemus7(a)gmail.com> wrote: > Hi, > I want to write a shell script to do like winmerge . can any one > suggest a way? What's a "winmerge"? -- Christopher Mattern NOTICE Thank you for noticing this new notice Your noticing it has been noted And will be reported to the authorities
|
Pages: 1 Prev: Link two directories Next: grouping in awk |