5 lines
75 B
Text
5 lines
75 B
Text
|
|
read pid <pid
|
||
|
|
echo "$pid x stdout"
|
||
|
|
echo "$pid x stderr" >&2
|
||
|
|
rm -f y
|
||
|
|
redo y
|