fork download
  1. #!/bin/bash
  2. size=$(df / | awk 'NR>1{print $4}')
  3. echo "$size"
  4.  
Success #stdin #stdout 0s 4788KB
stdin
Standard input is empty
stdout
338845896