Search Results

Search: Posts Made By: kiran_hp
2,271
Posted By Corona688
awk '{ sub(/^[0-9]* - /,"") } 1' inputfile >...
awk '{ sub(/^[0-9]* - /,"") } 1' inputfile > outputfile
2,271
Posted By nezabudka
sed 's/[0-9]\+\s*-\s*//'
sed 's/[0-9]\+\s*-\s*//'
2,271
Posted By RudiC
1) Describe your ultimate problem right in the...
1) Describe your ultimate problem right in the first post so not to waste (your and others') time with inapt solutions!
2) Seriously: Use CODE tags!



Rg. your new problem:

Adapt Corona668's...
2,069
Posted By Corona688
I have this tool for converting XLS files to...
I have this tool for converting XLS files to flatfiles:

#!/usr/bin/perl -w

use Spreadsheet::ParseExcel;
use strict;

my $filename = shift || "Book1.xls";
my $e = new...
Showing results 1 to 4 of 4

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