![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| file command | rprajendran | UNIX for Advanced & Expert Users | 3 | 05-13-2008 10:45 AM |
| rm command not able to remove file | jambesh | Shell Programming and Scripting | 7 | 12-21-2007 04:37 AM |
| What is the command to add heading to a file? | whatisthis | UNIX for Dummies Questions & Answers | 3 | 12-02-2005 12:17 AM |
| End of file using more command | Enda Martin | UNIX for Dummies Questions & Answers | 3 | 06-18-2001 07:49 AM |
| for file in ???? - command | tamer | UNIX for Dummies Questions & Answers | 10 | 01-31-2001 06:40 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#8
|
|||
|
|||
|
Erk ... thanks for the correction :-)
|
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
Quote:
any suggestions? |
|
#11
|
||||
|
||||
|
ActivePerl? What version of UNIX are you using? Use the command "uname -a" if you don't know what version you are using.
|
|
#12
|
|||
|
|||
|
Quote:
I am running ActivePerl on Windoz XP Pro... not Unix. |
|
#13
|
|||
|
|||
|
Might be a 'quote' problem. Best thing to do is to put the code into a file. For example call it 'process.pl'
Code:
while($line=<>)
{
printf ("%.3f\n",($line/1000));
}
Code:
perl process.pl inputfile.txt > outputfile.txt |
|||
| Google The UNIX and Linux Forums |