Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • when I use /opt/exp/bin/python2.7 process_results.py <$$x >$$(dirname $$x)_$$(basename $$x); the output is an empty file. It seems no input has been passed th the script, the script reads input from stdin. how can I change this line? thanks Commented Nov 25, 2012 at 12:07
  • @Hamideh Works for me. Are you sure your script is producing output? Add a trace whenever it reads a line or something. Commented Nov 25, 2012 at 19:03