标签: linux bash
我使用touch一次创建文件及其父目录,但失败了,
touch
$ touch ./base/data/sounds/effects/camera_click.ogg touch: cannot touch `./base/data/sounds/effects/camera_click.ogg': No such file or directory
怎么办?