@memoriesin8bit @vwbusguy One practical difference: You can remove your original file, but the hard link still keeps your file. Your symbolic link will just be dangling. This is why e.g. you cannot make hard links across filesystem boundaries.
Posts
-
Here's a fun exercise for people learning #Linux -
Learning about making and creating and checking checksums in bash scripts to compare files.@chris thx now I know again why I hate Unix shells as scripting language. It's a mess... ^^
But anyways, why do you assign to remotehash twice? Looks wrong, doesn't it?