summaryrefslogtreecommitdiffstats
path: root/src/lib/krb4/ren2long.sh
blob: 7d1a25966fa6af356e82404d6e7d18eb9f9fe962 (plain)
1
2
3
4
5
6
7
# Rename DOS-truncated filenames to Unix filenames for KRB library.
# for converting DOS distributions to Unix distributions
awk '/^@ / {
		if ($4 != $5)
			print "mv	" $5 "	" $4
	  }
    ' <ren.msg | sh -x