Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #256730
| From | davidson@freevolt.org |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? |
| Date | 2023-04-04 13:20 +0200 |
| Message-ID | <GgMRI-hhKG-7@gated-at.bofh.it> (permalink) |
| References | (6 earlier) <GfFyV-gzSs-1@gated-at.bofh.it> <Gg8hz-gRUc-1@gated-at.bofh.it> <Gg8AV-gSgi-1@gated-at.bofh.it> <GgngB-h1qT-1@gated-at.bofh.it> <GgMI1-hhGI-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 4 Apr 2023 davidson wrote:
[trim]
> icdiff will not do that. icdiff is faithful to its sources. I have
> determined this by trying it out a little myself, and by examining the
> command line options documented in its manual page ("man icdiff").
>
> You could give it different sources:
>
> $ icdiff <( tr '\n' ' ' <file1 ) <( tr '\n' ' ' <file2 )
>
> You can define a function to do the same thing, to save some typing at
> future invocations,
Typos ahead:
> $ icdiff-flowed () { <( tr '\n' ' ' <file1 ) <( tr '\n' ' ' <file2 ) ; }
Correction:
$ icdiff-flowed () { <( tr '\n' ' ' <"$1" ) <( tr '\n' ' ' <"$2" ) ; }
> and then use it like so
>
> $ icdiff-flowed file1 file2 | less -R
--
Sometimes it pays to have squirrels in your head running around making
you question everything. -- Clive Robinson
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-03-31 18:40 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? rhkramer@gmail.com - 2023-03-31 21:30 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? local10 <local10@tutanota.com> - 2023-03-31 23:00 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-01 00:30 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-01 02:20 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-01 03:50 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? Greg Wooledge <greg@wooledge.org> - 2023-04-01 04:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-01 06:00 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-01 07:40 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-01 09:00 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? David <curmudgeon@telaman.net.au> - 2023-04-01 09:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? <tomas@tuxteam.de> - 2023-04-01 10:20 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-01 11:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-01 11:20 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-02 18:00 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-02 18:20 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-03 10:00 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-04 13:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson@freevolt.org - 2023-04-04 13:20 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson@freevolt.org - 2023-04-04 13:50 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-04 19:40 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-05 09:40 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-05 18:00 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-05 18:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-05 18:30 +0200
paragraph conversion (was Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible?) davidson <davidson@freevolt.org> - 2023-04-08 07:50 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-06 08:40 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-06 20:30 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson@freevolt.org - 2023-04-06 20:40 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-07 06:40 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-08 15:30 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-08 16:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-08 20:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Andrew M.A. Cater" <amacater@einval.com> - 2023-04-08 20:30 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-09 04:50 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-09 12:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? Greg Wooledge <greg@wooledge.org> - 2023-04-09 14:50 +0200
[Solved] Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-04-09 20:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-09 12:20 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-03 03:30 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-01 13:00 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-01 13:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? <tomas@tuxteam.de> - 2023-04-01 08:00 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? davidson <davidson@freevolt.org> - 2023-04-01 09:40 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? Max Nikulin <manikulin@gmail.com> - 2023-04-01 13:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? rhkramer@gmail.com - 2023-04-01 15:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? rhkramer@gmail.com - 2023-04-01 15:30 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? debian-user@howorth.org.uk - 2023-04-01 16:30 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? rhkramer@gmail.com - 2023-04-01 19:10 +0200
Re: Which Diff tool could I use for visually comparing two text files where Word Wrap is possible? Nate Bargmann <n0nb@n0nb.us> - 2023-04-01 14:20 +0200
csiph-web