Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what does diff -M on hp-ux 11.0

Status
Not open for further replies.

dkotian1

Programmer
Sep 30, 2001
20
JP
Hi,

what does diff -M on hp-ux 11.0 do.

The -M option for diff is found in /usr/bin/merge script.
This is an extract what the merge script say about diff -M.
# The -M option causes diff to not cut off identical
# lines at the ends of the files

But, somehow it seems it does the same as diff without
an option.
Can someone give an good usage example of diff -M .


Thanks and Regards
Deepak


 
The option -M of diff command is not documented anywhere. It is probably some leftover from development period of this command.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top