diff コマンドの大小記号がどっちだったかわからなくなったら見てね
結論
-
左 にある引数側の差分が
<
-
colordiff
の場合は 赤色
-
右 にある引数側の差分が
>
-
colordiff
の場合は 緑色
<
-
colordiff
の場合は 赤色
>
-
colordiff
の場合は 緑色
引数 | 記号 | 色 |
---|---|---|
左 | < |
赤色 |
右 | > |
緑色 |
検証
左側 (test1.txt
)
Shell
cat test1.txt
Hello world
test1 side
右側 (test2.txt
)
Shell
cat test2.txt
Hello world
test2 side
diff
Shell
diff test1.txt test2.txt
2c2
< test1 side
---
> test2 side
test1.txt
)Shell
cat test1.txt
Hello world
test1 side
test2.txt
)Shell
cat test2.txt
Hello world
test2 side
Shell
diff test1.txt test2.txt
2c2
< test1 side
---
> test2 side
左 の引数 (test1.txt
) 側にだけある差分が <
で表示され、右 の引数 (test2.txt
) 側にだけある差分が >
で表示される。
colordiff
左 (<
) が赤色、右 (>
) が緑色で表示される。
おわり
毎回忘れるので備忘録として記録しておくことにした。
Author And Source
この問題について(diff コマンドの大小記号がどっちだったかわからなくなったら見てね), 我々は、より多くの情報をここで見つけました https://qiita.com/noraworld/items/1931f6341cd02637a463著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .