„grep/generate_files_with_problematic_names“ ändern

This commit is contained in:
Patrick Neumann 2019-02-12 13:48:17 +01:00
parent 4e93beac4f
commit 9d14d36e05

View File

@ -34,6 +34,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
echo "fwpn:colon:meyer" > with_:.txt
exit 0