dharmit / tinyutils

Small utils to print Linux system info in a prettier format
MIT License
4 stars 8 forks source link

Storage Information #12

Open himadrics opened 9 years ago

himadrics commented 9 years ago

As mentioned in ReadMe, -s switch should provide all the disk storage information. For this purpose, we can initiate with df command. And later on we can add some code to handel other options used along with the df command like -h , -k , -t , -T etc.

JenySadadia commented 9 years ago

We may also think about "fdisk" command after completion of script for "df" command....