Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Perl Script
Name: martint Date: May 3, 2005 at 22:11:24 Pacific OS: Red Hat 9 CPU/Ram: 256
Comment:
Can anybody help in writing a perl script that finds each line in a file that contains a specified string. I asked not apply grep to the whole file but loop over the file line by line. The script should print the result in the following format:
Summary: Perl script mvname to rename a group of files. Perl script..finds each line in a file that contains a specified string. script should print the result in the following format: Line Number: Line cont...
Summary: Hi, I have a perl script that is almost complete. I just need to replace ,, with ,'',. I basically need two single quotes in place of an empty field (,,). This is for inserting rows into a database...
Summary: Currently the following command in taking 2 hours to format a file for 6 million records. One of the computing friend suggested i use a perl script. I am not that familiar with perl scripting. Can som...