Horje
powershell convert text 20MB to bytes Code Example
powershell convert text 20MB to bytes
$str = '3GB'

$int64 = [int64]$str.Replace('GB','') * 1GB




Shell

Related
change text color in md file Code Example change text color in md file Code Example
npm user install packages Code Example npm user install packages Code Example
install bootstrap via npm Code Example install bootstrap via npm Code Example
locate redis.conf on ununtu / linux Code Example locate redis.conf on ununtu / linux Code Example
install rtools rstudio Code Example install rtools rstudio Code Example

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