Search Results

Search: Posts Made By: saint65
1,910
Posted By saint65
Recover data from 2 files then combine
Using dd or similar tools to recover data from 2 damaged cdroms, I need a way to then combine the 2 files, 1 from each cd, and make a good file: this all result from finding that certain cd's tops...
2,698
Posted By saint65
That works fantastically. Thanks so much, I tried...
That works fantastically. Thanks so much, I tried

awk '
NR > 24 {
if ( NF == 2 )
{
a=$1;b=$2; print "//"$0 ;
getline c; print "//"c ;
getline;
}
print a "\t" b "\t" c "\t" $0 } '...
2,698
Posted By saint65
How do I strip and add tabbed fields to a long text file?
I was wondering if there was a way to modify a tab delimited text file, up to 185,000 lines long by adding a repeated field to a block of 20 data , then repeat the process until the file is...
Showing results 1 to 3 of 3

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