Search Results

Search: Posts Made By: seijihiko
3,206
Posted By seijihiko
Replace columns from File1 with columns from File2
Hi all,

I would like to replace some columns from file1 with columns from file2. Currently, I'm able to do it with the following command:


awk 'NR==FNR{a[NR]=$1;b[NR]=$2;c[NR]=$3;next;} ...
22,139
Posted By seijihiko
Read and store each line of a file to a variable
Hi all,

I'm quite new to unix and hope that someone can help me on this.
I'm using csh.
Below is what i intend to do.
1. I stored some data in a file.
2. I intend to read the file line by line...
Showing results 1 to 2 of 2

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