$df -hl
$sed -i '1d' a.txt
$sed -i '1,100d' a.txt
$sed -i '$d' a.txt
wc -l a.txt
$find . -type f -size +100M