colon added

reserved for NTFS alternate data stream (ADS).
Not allowed under Windows but without problems in Unix/BSD/Linux!
This commit is contained in:
Patrick Neumann 2019-02-12 13:21:15 +01:00
parent 51f7fb9457
commit 966215a19f

View File

@ -33,5 +33,6 @@ echo "fwpn:newline as separator:mayer" > "newline_as
separator.txt" separator.txt"
echo "fwpn:tabulator as separator:mayr" > tabulator_as$'\t'separator.txt echo "fwpn:tabulator as separator:mayr" > tabulator_as$'\t'separator.txt
echo "fwpn:with questionmark:meier" > with_?.txt echo "fwpn:with questionmark:meier" > with_?.txt
echo "fwpn:collon:meyer" > with_:.txt
exit 0 exit 0