Search Results

Search: Posts Made By: danmero
10
4,392
Posted By danmero
That's nice :)
That's nice :)
10
4,392
Posted By danmero
Just a touch-up #cat char.awk BEGIN { ...
Just a touch-up

#cat char.awk
BEGIN {
FS=OFS=","
}
{
split($3, a, "/")
if (a[1]<10) a[1]=0a[1]
if (a[2]<10) a[2]=0a[2]
$3=a[3] a[1] a[2]

split($NF, a, "/")
if...
Showing results 1 to 2 of 2

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