[IPython-user] backgrounding and output redirection
Fernando Perez
ipython at gmail.com
Fri Dec 17 17:34:45 CST 2004
On Thu, 16 Dec 2004 03:52:20 -0500, Hunter Peress <hunterp at gmail.com> wrote:
> is there backgrounding and output redirection in ipython? or talk of it?
Well, what exactly do you mean? Using pysh, the following works just fine:
planck[research]|6> gv quantum_monte_carlo.ps.gz &
planck[research]|7> wc -l wills*pdf
2522 wills01_TSIII.pdf
2035 wills01_TSII.pdf
3146 wills01_TSI.pdf
7703 insgesamt
planck[research]|8> wc -l wills*pdf > summ_wills.txt
planck[research]|9> cat summ_wills.txt
2522 wills01_TSIII.pdf
2035 wills01_TSII.pdf
3146 wills01_TSI.pdf
7703 insgesamt
That uses both redirection and backgrounding. What else do you need?
f
More information about the IPython-user
mailing list