while [ 1 ]
do
ls -al ; sleep 60
done
Applying this to stress command-line jaggery
while [ 1 ]
do sh jaggery.sh /home/yumani/Documents/projects/jaggery/mine/array/array.jss; sleep 10;
done
A place where I keep a note of simple but useful technical tips and memorable posts....
No comments:
Post a Comment