Horje
how to look the usb free space in linux command line Code Example
see total space available in shell
df -hx squashfs --total
how to look the usb free space in linux command line
$ df -B 1 /dev/sdc1                                                            
Filesystem     1B-blocks    Used Available Use% Mounted on
/dev/sdc1      501760000 4358144 497401856   1% /media/xieerqi/HEXMEX

$ df -H /dev/sdc1                                                              
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdc1       502M  4.4M  498M   1% /media/xieerqi/HEXMEX




Shell

Related
diff files in different repositories Code Example diff files in different repositories Code Example
how to create a new instance from cli in cf Code Example how to create a new instance from cli in cf Code Example
how to compare percentage value in shell script Code Example how to compare percentage value in shell script Code Example
initiation git windows 10 Code Example initiation git windows 10 Code Example
ssh tunel Code Example ssh tunel Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12