Re: compare scriptoutput with an outputfile
From: Ed Morton (morton_at_lsupcaemnt.com)
Date: 06/13/04
- Next message: Bishara Sabbagh: "Re: source from within a script"
- Previous message: Bob: "Re: source from within a script"
- In reply to: Web Surfer: "Re: compare scriptoutput with an outputfile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 13 Jun 2004 09:54:55 -0500
Web Surfer wrote:
> [This followup was posted to comp.unix.shell]
>
> In article <cafpk6$7fn$05$1@news.t-online.com>, nico-e@web.de says...
>
>>i have an script wich is an extended ls command.
>>i want to find out wich line has changed in the output compared with an
>>older output wich is saved in a file.
<snip>
> Use the "diff" command to compare the contents of 2 ASCII text files.
Or "comm", or, if you like side-by-side graphics ( and who doesn't ;-)
), use tkdiff (http://sourceforge.net/projects/tkdiff/).
Ed.
- Next message: Bishara Sabbagh: "Re: source from within a script"
- Previous message: Bob: "Re: source from within a script"
- In reply to: Web Surfer: "Re: compare scriptoutput with an outputfile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|