Recently, I come across creating a file name with date format as below example by using bash shell
touch 22/04/2017
It throws error, which means you can't create file name with this format.
touch: 22/04/2014: No such file or directory
Does any one know?