0

I would like to move file on network [Linux].

This is not working:

mv {file} user@machine:/

How can I do this?

And I prefer not using scp command to first copy and delete.

S R
  • 195

1 Answers1

0

Use rsync with the option

--remove-source-files
exussum
  • 511