Thank you all, that helped me with these problem.
The problem is in shell that is used. Some shells do not allow space between
-t and delimiter sign in sort command. It is safer to use switch without
space (example: sort -t~ ...)
Domen Šetar
> -----Original Message-----
> From: Domen Setar
> Sent: Monday, November 20, 2000 1:57 PM
> To: 'tru64-unix-managers_at_ornl.gov'
> Subject: very strange problem!
>
> Hi admins!
>
> I have very strange problem. I have installed a perl aplication on my
> Tru64 Unix V5.0A Alpha server. It makes a query, sorts results and makes
> an output as dynamic web page. When it makes a file with results it uses ~
> as a delimiter between words. So my sort call looks like sort -t ~ ...
> This works on my server.
> Than I have moved the application to Tru64 Unix V5.1 Alpha server. And
> here sort function doesn't work. It seams as the sign ~ disapears from the
> sort call.
> Can anyone give me a hint, where a problem can be?
> Thank you
>
>
> Domen Šetar
>
> IZUM Maribor
> Prešernova 17, Maribor 2000
> Slovenia
> +386 2 2520331
>
Received on Tue Nov 21 2000 - 11:55:46 NZDT