Termux Command
Termux Command
ls -l show file action like - modified, date and time, owner of file,
permissions Etc.
cp -n no file overwrite
mv [file1 name] [new file2 name] move or rename two file at a time
ls list directory
git clone [url] install any tools with git clone, apt install git
cd change directory
kill- l list all of the signal that are possible to send with kill
find / -atime40 to find all the files, which are accessed 40 days back
find / -type d-name mll find all directories whose name is mll in directory
find . -type f-perm 0777-print find all tghe files, whose permission are
777
ifconfig eth0 used view the network setting on the interface eth0
append [local-file] remote file append a local file to one on the remote
$ execute a macro