Anonymous School
(Minds of Hacker)
----------------------
Hello friends , welcome to Anonymous school. In this post i show how to cut paste or move files 📂 & folders in Termux. I show you all commands to move files & folder's .
How to Cut Paste or Move Files & Folders in Termux :-
Requirements :-
1. Termux Apk ( Click Here for More information ).
Now follow the following steps.
1) Open the termux & type following commands , to update termux.
$ apt update
$ apt upgrade
2) from above commands we updated our termux, now we see how to copy paste files & folders in termux. Now we see below how to cut paste files & folders in termux.
1. How to Move Files and Folders In Termux :-
1) We use 'mv' command to cut paste file in termux.
2) There is two ways to use this command
I) First way
i) first type 'mv' in termux , then give space, then type a name of file or folder , which you want to cut or move, then give space , then type folder name where you want paste this file.
ii) structure of this command :- mv file_or_folder_name_which_you_want_cut folder_name_in_which_you_want_to_paste_file
iii) EX- mv Music Android
iv) EX- mv info.pdf Doc
II) Second way
In second we use this same command, but difference is that we use path or location to paste. In the first way , we done cut paste in same directory , but if we want paste the file or folder in any folder, which is in another folder, then for this we need to get location of this folder first & then we this location to paste the file.
i) First go to the folder where you want to paste file & type following command.
$ pwd
ii) By this command you get a path or location of this folder, then copy this full location.
iii) Now type 'mv' in termux , then give space, then type a name of folder or file , which you want to cut, then give space , then type or paste path which you copy in above step.
iv) structure of this command :- mv file_or_folder_name_which_you_want_cut paste_location_or_path
v) EX- mv Music /Android/data/obb
vi) EX- mv info.pdf Doc/files/Documents