Search Results

Search: Posts Made By: migurus
Forum: Programming 02-05-2015
2,193
Posted By migurus
I love tac, but it is not available on my Unix...
I love tac, but it is not available on my Unix systems. Thanks for the idea!
Forum: Programming 02-04-2015
2,193
Posted By migurus
Well, I am not doing it right somehow: $...
Well, I am not doing it right somehow:

$ sed -n '/Rec2/ {H;g;p;d}; /typedef/ {h;d}; H' b.h
sed: Command garbled: /Rec2/ {H;g;p;d}; /typedef/ {h;d}; H

RudiC, can you check my syntax,...
Forum: Programming 02-04-2015
2,193
Posted By migurus
Get struct definition
I have many headers with huge amount of structures in them, typical one looks like this:

$ cat a.h
struct Rec1 {
int f1;
int f2;
};
struct Rec2 {
char r1;...
Showing results 1 to 3 of 3

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