Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to list available disk space #93

Open
tir38 opened this issue Nov 16, 2022 · 0 comments
Open

Add feature to list available disk space #93

tir38 opened this issue Nov 16, 2022 · 0 comments
Labels
feature request New feature or request

Comments

@tir38
Copy link
Owner

tir38 commented Nov 16, 2022

$ adb shell df -h | sort -r -k 5 -i

df to show file system usage
-h will show as kB/mB
sort -r -k 5 -i will sort by % used and keep header row

@tir38 tir38 added the feature request New feature or request label Nov 16, 2022
@tir38 tir38 changed the title Add feature to list available file size Add feature to list available disk space Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant