Quote:
Originally Posted by forumthreads
For the grep command the error is
>grep -v -f old new
grep: illegal option --f
|
Have you adjust the line with the your own filenames?
Quote:
Originally Posted by forumthreads
For the awk command this is what i get
>awk 'NR==FNR{a[$0];next}!($0 in a)' old new
awk: syntax error near line 1
awk: bailing out near line
|
Use nawk or /usr/xpg4/bin/awk on Solaris.
Regards