All pastes #2049345 Raw Edit

jeny_lion

public text v1 · immutable
#2049345 ·published 2011-04-22 11:36 UTC
rendered paste body
#!/bin/bash
X="testfile"
Y="testfile_two"
Y_size=`du -sh $Y`
X_size=`du -sh $X`
echo $Y_size
echo $X_size