Lines Matching refs:txt
47 - mv -i test.txt testpath/
49 - mv test?.txt testpath/ (Move **test3.txt**, **testA.txt**, and **test_.txt**)
58 OHOS:/$ touch test.txt
60 OHOS:/$ touch testpath/test.txt
61 OHOS:/$ mv -i test.txt testpath/
62 mv: overwrite 'testpath//test.txt' (Y/n):y
66 OHOS:/$ cp testpath/test.txt ./
68 bin etc proc storage test.txt userdata vendor
70 OHOS:/$ mv -i test.txt testpath/
71 mv: overwrite 'testpath//test.txt' (Y/n):n
73 bin etc proc storage test.txt userdata vendor
82 bin etc proc storage test.txt testA.txt testpath usr
83 dev lib sdcard system test3.txt test_.txt userdata vendor
84 OHOS:/$ mv test?.txt testpath/
86 bin etc proc storage test.txt userdata vendor
89 test.txt test3.txt testA.txt test_.txt