The following tips can help improve performance when using qsh.
cat myfile | grep Hello
can be replaced with this command:
grep Hello < myfile