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 resu...
Summary: 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 bu...
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...
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...
Summary: I need a perl script to open a file in a directory, search for a string, then print the next line after the searched string and close the file. does ...
Summary: hi, I needed to clarify that I wanted a perl script to read annotations of two .embl files and identify the tags that are the same in the two files he...
Summary: Hi, I was wondering if anybody knew how to make a shell script that will make a backup of a file example (mv out out.bak) but the next time you run th...
Summary: Hi everyone, I appreciate any help in this matter, I posted a message earlier, about capturing the exit code from the perl script(sub script) in the ...
Summary: Perhaps I should have posted this under programming, but it seems like this is the place for scripting questions. I have a script that's supposed to r...
Summary: I wanted to know if it's possible to create a script that runs 5 seperate SQL queries using a date function as input to the queries. Presently I have ...
Summary: i have a question: i have a perl script on server X , i am executing the script from server X and in the same script i am using "rsh" cmd to be execut...
Summary: janetProblemSolved.pl this is a perl script which takes the absolute path of the directory for which subdirectories are to formed only care to be tak...
Summary: hi just call this perl script from u shell script usage > hopSolved.pl HOP_0_0_0_908_4 --hopSolved.pl-- #!/usr/local/bin/perl -w $dinesh = shift; ...
Summary: i dont think security is compromised. perl.exe is juat an interpreter for the perl script files, which normally used as cgi. but, usually developers k...
Summary: I have created a script in unix and that needs to be automated. The script spools some.csv files from oracle and then I have to sftp the files. I have...
Summary: I have a Perl script in which i read a file. When i find a particular string in that file, i open another file from another server and then return bac...
Summary: Any number of methods will solve this problem. Ghostdog will probably give you an awk script and Fishmonger will submit a perl script. As long as y...
Summary: I am using a perl script to create daily backups of all changed files within a Samba PDC. For some unknown reason all files that are created have a gr...
Summary: Thanks for your idea. I got stuck on the idea of finding a replacement shell command because the korn shell script does a lot more than the formatting...
Summary: In order to count words using unix tools other than wc, you'd probably have to write an awk or perl script. Without running tests, I can't be precise...
Summary: Hi, I'm running a Perl script that connects to a server using a socket. The script works on an external server, but not the one at home. The script fa...
Summary: Hi All, Need to seek some advise. If i want to check whether the variable i enter is a file or directory..If directory, it will exits the program.. I...
Summary: Yeah, Linux really really really sucks for this. Our 8 gig drive was rendered useless with similar "LI" stuff. Now, upon moving drives around (got a...
Summary: I want to implement the Group BY function of Oracle in Unix to find sum of amount for certain key fields using Unix or Perl script. The file is sorted...