Welcome, Guest. Please
login
or
register
.
Forums
Forums
Board
Topic
Home
Today's Posts
Gallery
Login
Register
Amiga.org
»
Amiga computer related discussion
»
Amiga Software Issues and Discussion
»
Does run NIL> xxx still work in OS 3.9?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Does run NIL> xxx still work in OS 3.9? (Read 2584 times)
Description:
0 Members and 1 Guest are viewing this topic.
Piru
\' union select name,pwd--
Hero Member
Join Date: Aug 2002
Posts: 6946
Re: Does run NIL> xxx still work in OS 3.9?
«
on:
June 22, 2005, 09:38:11 AM »
Well, if you want to run command called "NIL" and redirect the output to file "newmouse", that works just fine.
But, if you want to run command called newmouse and redirect all output to NIL: you should use something like:
Code:
[Select]
run >nil: newmouse >nil:
Logged
Piru
\' union select name,pwd--
Hero Member
Join Date: Aug 2002
Posts: 6946
Re: Does run NIL> xxx still work in OS 3.9?
«
Reply #1 on:
June 22, 2005, 03:20:47 PM »
@Thomas
AmigaOS 3.9 BB2 shell also implements the following:
*> foo redirect stderr output to file "foo"
*>> foo append stderr output to file "foo"
*>< send stderr output to stdout (to the same file)
These do NOT work with older shells however.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Amiga.org
»
Amiga computer related discussion
»
Amiga Software Issues and Discussion
»
Does run NIL> xxx still work in OS 3.9?
There was an error while thanking
Thanking...