Skip to content
Snippets Groups Projects
Commit 44780e5d authored by Alderico Gallo's avatar Alderico Gallo
Browse files

Add README.md

parent 52f227c4
No related branches found
No related tags found
No related merge requests found
This project is a command line tool for Android used by AnForA.
#Available commands
## Get time
```bash
./anfora-android-toolbox-x86_64 time get
```
## Set time
The time to be set is a UNIX timestamp SECONDS.USEC, max precision is 6 digit after comma
```bash
./anfora-android-toolbox-x86_64 time set 1700903420.123456
```
## Find
Get a list of every file and folder in a directory
```bash
./anfora-android-toolbox-x86_64 find /data
```
## Recursive find
Get a list of every file and folder in a directory recursively
```bash
./anfora-android-toolbox-x86_64 findrec /data
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment