I use JabRef version 5.2 on Linux Mint 20.1.
When I open a .bib file and modify it with JabRef, its inode number is modified and the hard links are broken. An example:
$ ln these.bib Simulation\ βinf
$ ls -i these.bib
9440991 these.bib
$ ls -i Simulation\ βinf/these.bib
9440991 'Simulation βinf/these.bib'
# Open JabRef and modify these.bib
$ ls -li these.bib
9437275 -rw-rw-r-- 1 remy remy 26060 mai 8 16:51 these.bib
$ ls -li Simulation\ βinf/these.bib
9440991 -rw-rw-r-- 1 remy remy 26060 mai 8 16:38 'Simulation βinf/these.bib'
I use JabRef version 5.2 on Linux Mint 20.1.
When I open a
.bibfile and modify it with JabRef, its inode number is modified and the hard links are broken. An example: