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.
file1とfile2が同じである(重複している)ことがわかっている場合、file2をfile1へのハードリンクに置き換えることができますか?使ってみました
ln file2 file1
これは正しいです?ありがとう。
ln -f file2 file1
-f, --force remove existing destination files