ubuntu 12.04 - Removing first defined function in bashrc -


i have file containing:

... function myfunction(){                             content     } ... function myfunction(){                             content2     } ... 

how can automatically remove first occurrence of myfunction every such duplica function?


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -