多项选择题

当前目录中只有一个文件file01,关于touch命令,哪些表述是正确的()

A.touch ./file01会清空file01文件中的内容。
B.touch ./file01会改变file01文件的时间戳。
C.touch ./file02会创建创建file02文件,其大小为0字节
D.touch ./file01会创建file01文件,并覆盖原有的file01文件。