Search Results

Search: Posts Made By: SirHenry1
5,817
Posted By SirHenry1
I got it work with gawk. Thanks guys.
I got it work with gawk.

Thanks guys.
5,817
Posted By SirHenry1
Unfortunately I am.
Unfortunately I am.
5,817
Posted By SirHenry1
This one left me with a file full of tabs and...
This one left me with a file full of tabs and nothing else.
5,817
Posted By SirHenry1
Windows. Using Cygwin. ---------- Post...
Windows. Using Cygwin.

---------- Post updated at 09:54 AM ---------- Previous update was at 09:11 AM ----------



The sed didn't work, it returned an empty file.
5,817
Posted By SirHenry1
Removing empty lines at the end of a Tab-delimited file
I'm trying to remove all of the empty lines at the end of a Tab delimited file. They have no data just tabs.

I've tried may things, here are a couple:

sed /^\t.\t/d File1 > File2
sed...
2,007
Posted By SirHenry1
Thanks, It worked.
Thanks, It worked.
2,007
Posted By SirHenry1
sed help, Find a pattern, replace it with same text minus leading 0
HI Folks,

I'm looking for a solution for this issue.

I want to find the Pattern 0[0-9]/ and replace it with [0-9]/. I'm just removing the leading zero. I can find the Pattern but it always puts...
Showing results 1 to 7 of 7

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