One way to do that using bash
would be:
git diff | grep "^-[^-]"
, it keeps only the lines starting with a -
and do not have a second character -
following, intended to avoid printing the files that contain the change.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…