The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
redirect after the diff
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
redirect after the diff
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
04-29-2008
danmero
丹
Join Date: Nov 2007
Location: 45.48-73.63
Posts: 1,439
Maybe you need only new lines from file_new that don't exist on file_old
Code:
grep -vf file_old file_new
danmero
View Public Profile
Find all posts by danmero
Find danmero's past nominations received
Find danmero's present nominations given