Search Results

Search: Posts Made By: chowdhut
2,700
Posted By chowdhut
Passing KSH variable to AWK with two loops
Hi, I need some help to figure out why an outer for loop KSH variable does not decode in AWK but inner for loop does. Below is my code,
If I hard code variable 'SUBSEQ' in AWK it works but if I try...
3,968
Posted By chowdhut
I made progress and in this phase I need some...
I made progress and in this phase I need some help to figure out why an outer for loop KSH variable does not decode in AWK but inner for loop does. Below is my code,
If I hard code variable...
3,968
Posted By chowdhut
So far in my humble work..... # For File 2,...
So far in my humble work.....

# For File 2, 1st I tried to create unique values from File 1's column 3
# and transpose those values as headers for File 2

awk -F":" '{print $3}' File1.txt |...
3,968
Posted By chowdhut
To Align clinical data files using awk
Hello, I am new to shell scripts and 1st week into awk. I have so far managed to format output files to sample File 1 and File 2 as shown below and File 3 output solution is what I am looking...
Showing results 1 to 4 of 4

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