The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Surrounding a chunk of code by #ifdef and #endif
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Surrounding a chunk of code by #ifdef and #endif
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
05-09-2007
ghostdog74
Registered User
Join Date: Sep 2006
Posts: 1,582
Code:
awk '/^MyFunc/{ print "#ifdef JUST_DONT" print print "#endif"} !/^MyFunc/ ' file
ghostdog74
View Public Profile
Find all posts by ghostdog74