All pastes #2049334 Raw Edit

Mine

public text v1 · immutable
#2049334 ·published 2011-04-22 11:10 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