Search Results

Search: Posts Made By: erichpowell
7,383
Posted By erichpowell
Thanks, Franklin52, that's precisely what I had...
Thanks, Franklin52, that's precisely what I had in mind, but what I was actually getting at was the safety of this technique.

I know that multiple processes writing to the same file is a recipe...
7,383
Posted By erichpowell
Multiple jobs reading from same file
I have a sequence of tasks that I routinely run and I'm trying to parallelize certain portions of the sequence. Specifically, there are 3 tasks which all read from the same file, each performing...
4,323
Posted By erichpowell
radoulov: Thanks for the reply. I can tell you...
radoulov: Thanks for the reply. I can tell you spent some time on that.
Unfortunately, I'm pretty new to perl and I've never used the command line option (which I think that is), so it might take...
4,323
Posted By erichpowell
Well, I think I figured it out. Essentially, the...
Well, I think I figured it out. Essentially, the diamond operator just grabs the next line of input and assigns it to $_, but the diamond operator is not itself the input. I was treating it like a...
4,323
Posted By erichpowell
Diamond operator in Until Statement (perl)
Hello:
I have the following perl script which is giving me trouble inside the second elsif statement. The purpose of the script is to go through a file and print out only those lines which contain...
5,931
Posted By erichpowell
Interesting. That could very well explain it. ...
Interesting. That could very well explain it.

Thanks for the input everyone else. I now have plenty of workarounds.:)
5,931
Posted By erichpowell
sed problem - last line of file deleted
Hi,
I am simply trying to remove the header row from a file using sed, but I'm running into strange difficulties.
It seems that in addition to removing the first line, this command is also...
6,961
Posted By erichpowell
Thanks otheus & summer cherry. I got it all...
Thanks otheus & summer cherry.
I got it all figured out and learned something while I was at it. :)
6,961
Posted By erichpowell
Hmmm. I take it from your response that fgrep...
Hmmm. I take it from your response that fgrep would have provided a much easier way to perform the task, but after looking it up I don't see how. (I found this definition: "use fgrep to find all...
6,961
Posted By erichpowell
Hello all, I realized that I was actually...
Hello all,
I realized that I was actually executing the wrong script. I had two versions and was editing one but executing the other. No wonder I kept getting the same error no matter what I...
6,961
Posted By erichpowell
run awk on one file for each line in a second file
I have a file with a list of 'samples' all in one column and a second file with a list of 'results' for these samples. I am trying to use a FOR loop to go through each sample and gawk the second...
Showing results 1 to 11 of 11

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