To display website in Linux |
| | How to compress and decompress folder in Linux? |
|
How to move files in Linux/Unix? | | | |
| Answers | | | #1 |  | | 0 | | |
| Moving files in Linux/Unix via command mv:
mv //home/adam/file.jpg //home/anna/or with changed name:
mv //home/adam/file1.jpg //home/anna/file2.jpgfrom current location:mv file1.jpg //home/anna/Moving many files:mv *.jpg //home/anna/
|
|
 | |




|