tokkee.org

 

Proof-of-concept repiping support

The freakshell now supports a very basic proof-of-concept repipe command. See the following sample output:
frsh> cat foo
#!/bin/bash
sleep 30
echo "foo"
sleep 30
echo "bar"

frsh> ./foo | ls
[ls output]
frsh> jobs
./foo (pid = 19343)
frsh> repipe 19343 wc -l
2

sunday, april 02, 2006 | path: /projects/freakshell | permanent link

 

 

Archive: 2007, 2006, 2005
RSS Feed


Copyright (C) 2005 Sebastian Harl
Last modified: january 28, 2007
You are: 38.103.63.61