Search Results

Search: Posts Made By: alcalina
19,623
Posted By alcalina
solved - thanks
thanks, It was a stupid problem mine
I was trying so hard to find one break line that do not think in enter


Sorry
19,623
Posted By alcalina
SED - replace with new line didnīt work for solaris
Hi

This is what I was trying to do, comment one line and add something different in a new line right next.
This is the command I want to do
more .profile | sed 's,STRING1, #STRING1 NEWLINE...
6,673
Posted By alcalina
thanks very much for your kindness I put the...
thanks very much for your kindness

I put the code and works fine, now I dont need to use awk to filter the columns I want.
6,673
Posted By alcalina
:b: thanks very much It is very perfect. ...
:b:

thanks very much
It is very perfect.

I will post the code and comments of the things I know when I finished
6,673
Posted By alcalina
Iīm getting error. awk: syntax error near line...
Iīm getting error.
awk: syntax error near line 1
awk: bailing out near line 1


here is a example of things that have inside my files.
set1
pts/86 3:14 angelinajolie
pts/93 1:05 jessicaalba...
6,673
Posted By alcalina
Sorry, I will try to explain more detailed ...
Sorry, I will try to explain more detailed


the intersection is all lines that have the numbers in the column A equal.

I will compare lines from set1 to set2, but just using the members of...
6,673
Posted By alcalina
find common lines using just one column to compare and result with all columns
Hi.


If we have this file

A B C
7 8 9
1 2 10


and this other file

A C D F
7 9 2 3
9 2 3 4

The result iīm looking for is intersection with A B C D F

so...
11,294
Posted By alcalina
nawk - dummie question
Iīm tried do something very similar
list A
1
List B
1 2 3
And want list C with intersection of A and B by column 1
with
1 2 3
as answer

I tried
B=ListOfProcess=$(ps -ef | grep sappp | awk...
Showing results 1 to 8 of 8

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