-
Notifications
You must be signed in to change notification settings - Fork 2
Linux Terminal : Termux (Android Terminal Client)
/data/data/com.termux/files/home
the command usable in termux also
pwd
cd <foldername>
//change the directory
cd ..
//go back to previous directory
mkdir <foldername>
//to make a new directory
touch <filename.extension>
//make file
nano <filename.extension>
//to edit a file
for exiting from nano press ctrl+o (changes will be saved) then ctrl+x(exit from nano)
cp /directory/file /directory_to_copy
eg :
cp /data/data/com.termux/files/home/storage/pictures/Screenshots/Screenshot_20180918-092743.png /data/data/com.termux/files/home/pythontut/
zip -er filename.zip filename
https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11
while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory
https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter
http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html