MRCI/docs/intern_commands/fs_move.md

11 lines
413 B
Markdown
Raw Normal View History

2019-09-06 23:43:07 -04:00
### Summary ###
move/rename a file system object (file,directory,symlink) from one location to another.
### IO ###
```[-src (text) -dst (text) {-force}]/[text]```
### Description ###
move/rename the file system object (file/directory/symlink) given in -src to the destination given in -dst. this command will ask a confirmation question of the the destination file already exists; pass -force to bypass this.