Search Results

Search: Posts Made By: renthead720
7,116
Posted By renthead720
Thanks! It worked perfectly!
Thanks! It worked perfectly!
7,116
Posted By renthead720
Moving files listed in a data file to a new directory using Perl
Hi,
I have a data file that lists a number of files. I want to move the files named in that one to another directory. Here's what I have:
#!/usr/bin/perl -w
open(FILE, "<collision.txt");
my...
4,461
Posted By renthead720
Moving files out of multiple directories and renaming them in numerical order
Hi,
I have 500 directories each with multiple data files inside them. The names are sort of random. For example, one directory has files named e_1.dat, e_5.dat, e_8.dat, etc. I need to move the...
3,089
Posted By renthead720
perl loop keeps getting stuck
I am using a Perl script to open a series of files in a loop, separate the paragraph into lines, and output the lines into a new file. The code works perfectly fine, except when the source file is...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy