In the process of using diff() to compare various directories I find that sometimes the only difference is due to some files having something related to $FreeBSD such as
otherwise all the files are identical.
Is there any way to get diff() to ignore such differences?
Code:
# $FreeBSD: releng/12.2/usr.sbin/periodic/etc/daily/100.clean-disks 193302 2009-06-02 07:35:51Z brian $
otherwise all the files are identical.
Is there any way to get diff() to ignore such differences?