Lines Matching refs:testpath
47 - mv -i test.txt testpath/
49 - mv test?.txt testpath/ (Move **test3.txt**, **testA.txt**, and **test_.txt**)
59 OHOS:/$ mkdir testpath
60 OHOS:/$ touch testpath/test.txt
61 OHOS:/$ mv -i test.txt testpath/
62 mv: overwrite 'testpath//test.txt' (Y/n):y
64 bin etc proc storage testpath usr
66 OHOS:/$ cp testpath/test.txt ./
69 dev lib sdcard system testpath usr
70 OHOS:/$ mv -i test.txt testpath/
71 mv: overwrite 'testpath//test.txt' (Y/n):n
74 dev lib sdcard system testpath usr
82 bin etc proc storage test.txt testA.txt testpath usr
84 OHOS:/$ mv test?.txt testpath/
87 dev lib sdcard system testpath usr
88 OHOS:/$ ls testpath/