On 2024-07-24 22:21, Vincent Lefevre wrote:
On 2024-07-24 21:47:02 +0200, Eric Deplagne wrote:
  diff -w might be your friend.

  $ diff -wus <(printf "ab cd\n") <(printf " ab  cd \n")
  Les fichiers /dev/fd/63 et /dev/fd/62 sont identiques

But this one is wrong:

$ diff -wus <(printf "ab cd\n") <(printf " abcd \n")
Files /proc/self/fd/11 and /proc/self/fd/14 are identical

  Wrong, indeed. :/

--
  Eric Deplagne



Reply via email to