Hi
I want to redirect the output of a terminal cmd on linux to a output file . How can i do it ?? I tried the following without much sucess..open (temp_1, ">>/home/administrator") || die ""; my $rc = `evince bill.pdf`; #runs the command close (temp_1);
I am not able to append the output of the command to the file temp_1.. Help
In reply to PDF output to temp file by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |