Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同等のsdiff(または diff でさえも) に精通しているが、PHP 経由で実行される人。注: shell_exec()bash スクリプトの実行には使用できません。現在、私は 2 つのページを読み込んでおり、比較して差分を確認したいと考えています。感謝
sdiff
shell_exec()
行ごとに同等のものと比較しようとして sdiff -l -w 140 $variable1 $variable2います(どちらも経由でインポートされますcURL0
sdiff -l -w 140 $variable1 $variable2
cURL0