Re: [9fans] <> operator

2009-09-22 Thread sqweek
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

[9fans] <> operator

2009-09-17 Thread 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 ? Thanks Ruda