Search Results

Search: Posts Made By: martva
26,035
Posted By martva
He, it works. Oke, say i want the files to...
He, it works.

Oke, say i want the files to be user provided, because not all files have the same name. Like this:

> f87_88 file87 file88

That means that the option FILENAME== is user...
26,035
Posted By martva
Yes, that's correct. So in the example above...
Yes, that's correct.

So in the example above my output will be the following:

c0t2d0 c0t0d0 # hostname1 vgname
c0t2d1 c0t0d1 # hostname1 vgname
c0t2d2 c0t0d2 # hostname1 vgname
c0t3d0 c0t1d0...
26,035
Posted By martva
I have just tried the join command. Not what i...
I have just tried the join command. Not what i need right now.

I have also tried this one:

cat file1 | awk {'print $2'} > file3
cat file2 | awk {'print $1, $3, $4, $5'} > file4
paste file3...
26,035
Posted By martva
Combine multiple columns from multiple files
Hi there,

I was wondering if someone can help me with this.

I am trying the combine multiple columns from multiple files into one file.

Example file 1:

c0t0d0 c0t2d0 # hostname vgname...
Showing results 1 to 4 of 4

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