From 966215a19fa992896881e481c4f77b47753adb3f Mon Sep 17 00:00:00 2001 From: Patrick Neumann Date: Tue, 12 Feb 2019 13:21:15 +0100 Subject: [PATCH] colon added reserved for NTFS alternate data stream (ADS). Not allowed under Windows but without problems in Unix/BSD/Linux! --- grep/generate_files_with_problematic_names | 1 + 1 file changed, 1 insertion(+) diff --git a/grep/generate_files_with_problematic_names b/grep/generate_files_with_problematic_names index 070ae8e..d31b58e 100644 --- a/grep/generate_files_with_problematic_names +++ b/grep/generate_files_with_problematic_names @@ -33,5 +33,6 @@ echo "fwpn:newline as separator:mayer" > "newline_as separator.txt" echo "fwpn:tabulator as separator:mayr" > tabulator_as$'\t'separator.txt echo "fwpn:with questionmark:meier" > with_?.txt +echo "fwpn:collon:meyer" > with_:.txt exit 0 \ No newline at end of file