Top 10 Termux command
Top 10 Termux command
1) - cp - v ; used to prints informative massage
2) - cp -r ; used to copy any directory
3) - mv -u ; update-move when source is newer than destination
4) - mv -v ; to move any directory
5) - ls - n ; to display UID and GID directory
6) - ls --version ; to check the version of ls command
7) - cd -- ; show last working directory from where we moved
8) - ls -l ; show file action like - modified, date and time, owner of file, permissions Etc.
9) - ls help ; show display how to use "ls" command
10) - cp -n ; no file overwrite
Comments
Post a Comment