Re: File Help

2009-10-21 Thread Jim Gibson
At 3:06 AM +0100 10/22/09, Jyoti wrote: Heya, Can anyone help me download my output results, please? I am actually doing my (Blast program) search and getting the output result files in my temporary folder, as I am told to do so. Now, how can I save that output file or download the file from my

Re: file help

2006-08-03 Thread Ashish Srivastava
First verify that your command is giving the correct output. I don't see anything wrong with the code itself. Try to catch standard error. "Sayed, Irfan (Irfan)" <[EMAIL PROTECTED]> wrote: Hi All, I did as follows but still not getting output in a file. plz help #/usr/atria/bin/Perl -

Re: file help

2006-08-03 Thread Prabu
Sayed, Irfan (Irfan) wrote: Hi All, I did as follows but still not getting output in a file. plz help #/usr/atria/bin/Perl -w use strict; use warnings; my $CT = "/usr/atria/bin/cleartool"; my @vob_list = `$CT lsvob -s`; my $fname = "/tmp/vob_trigger"; open FILE,">>",$fname or die

Re: file help

2006-08-02 Thread Mumia W.
On 08/02/2006 10:39 AM, Sayed, Irfan (Irfan) wrote: Hi All, Following is the code which i am executing but i am not getting the output of command my $out = system($cmd); into the file. Plz help. Regards Irfan. #/usr/atria/bin/Perl -w use strict; use warnings; my $CT = "/usr

Re: file help

2006-08-02 Thread John W. Krahn
Sayed, Irfan (Irfan) wrote: > Hi All, Hello, > Following is the code which i am executing but i am not getting the > output of command my $out = system($cmd); into the file. > > > #/usr/atria/bin/Perl -w > > use strict; > use warnings; > my $CT = "/usr/atria/bin/cleartool"; > my @vo

Re: file help

2006-08-02 Thread Rob Dixon
Sayed, Irfan (Irfan) wrote: Hi All, Following is the code which i am executing but i am not getting the output of command my $out = system($cmd); into the file. Plz help. Regards Irfan. #/usr/atria/bin/Perl -w use strict; use warnings; my $CT = "/usr/atria/bin/cleartool"; m