search for: usersg_20

Displaying 1 result from an estimated 1 matches for "usersg_20".

Did you mean: usersg_21
2002 Sep 19
2
problem moving files
...t move one file to another if that destination file already exists. Here is some text that can help you understand the problem: ..... {lng}usersg_16: ls {lng}usersg_17: touch aaa {lng}usersg_18: ls -l total 0 -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 aaa {lng}usersg_19: touch bbb {lng}usersg_20: ls -l total 0 -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 aaa -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 bbb {lng}usersg_21: mv aaa bbb total 0 -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 aaa -rw-rw-r-- 1 usersg media 0 Sep 19 10:45 bbb {lng}usersg_21: m...