Search Results

Search: Posts Made By: thankful123
2,047
Posted By birei
Hi, This could work, althought the '^B' char...
Hi,

This could work, althought the '^B' char misleads me:

sed 's/[^,]*,//' infile
Regards,
Birei
3,098
Posted By bartus11
#!/usr/bin/perl use strict; my $dt=`date...
#!/usr/bin/perl
use strict;
my $dt=`date +%Y-%m-%d`;
chomp $dt;
my $inp_file="/home/skMessages.log";
open (INFILE,"$inp_file") || die "Cant open $inp_file for reading ";
while (chomp...
Showing results 1 to 2 of 2

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