以下のsdiffは,diffと同じ意味です.これらのオプショ ンの使用については,See diff Options.
-a -b -d -i -t -v -B -E -I regexp --ignore-blank-lines --ignore-case --ignore-matching-lines=regexp --ignore-space-change --ignore-tab-expansion --left-column --minimal --speed-large-files --strip-trailing-cr --suppress-common-lines --expand-tabs --text --version --width=columns
歴史的な理由から,sdiffは別名のあるオプションもあります. -lは--left-columnオプションと等価で,同様に, -sは--suppress-common-linesと等価です.sdiff の-wと-Wオプションの意味は,diffとは違います. sdiffでは,-w columnsは --width=columnsと等価で,-Wは --ignore-all-spaceと等価です.-oオプションを用いない sdiffは,-yや--side-by-sideオプション (see Side by Side)を用いたdiffと等価です.