2009/9/17 Rudolf Sykora :
> Hello,
>
> is the <> operator a feature only of native plan 9?
> It doesn't seem to work for me in p9p...
> Is the right solution then, instead of
>
> program <> file
>
> write
>
> program < file > file_tmp
> mv file_tmp file
It works fine in p9p, however it doesn't do
Hello,
is the <> operator a feature only of native plan 9?
It doesn't seem to work for me in p9p...
Is the right solution then, instead of
program <> file
write
program < file > file_tmp
mv file_tmp file
?
Thanks
Ruda