最近,我遇到使用 bash shell 创建一个具有日期格式的文件名,如下例所示
touch 22/04/2017
它会抛出错误,这意味着您无法使用此格式创建文件名。
touch: 22/04/2014: No such file or directory
有人知道吗?
bash
bash ×1