Search Results

Search: Posts Made By: lucshi09
1,411
Posted By Chubler_XL
How about: my $file =...
How about:

my $file = "$WORK_DIR/tmpdata.asc";

open my $info, $file or die "Could not open $file: $!";
my %line;
local @ARGV = ($file);
my @temps;

while ( <$info> ) {
my $x1 =...
1,680
Posted By rdrtx1
try: awk '$1 ~ /S/ {gsub("S","",$1);$1="-"$1}...
try:
awk '$1 ~ /S/ {gsub("S","",$1);$1="-"$1} {sub("[(].*[)]","",$2)} 1' infile
Showing results 1 to 2 of 2

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