4 lines
82 B
Bash
4 lines
82 B
Bash
mv input.txt output.txt
|
|
mv /input.txt /output.txt
|
|
mv docs mydocs
|
|
mv /docs /mydocs
|