[Gambas-user] Compiling Gambas 1.9.26

ron ronstk at ...239...
Mon Mar 20 08:13:21 CET 2006


On Monday 20 March 2006 08:01, Christopher Brian Jack wrote:
> for each in `grep -l -r -i "[-]fvisibility"`; do echo ${i}; cat "${i}" |
> sed -e "s/-fvisibility//g" >.fvisibility; mv "$i" "${i}_bak"; mv
> .fvisibility "$i"; done
> 

Thanks, that is just what I wanted, look for every command 
in the man pages and the try and error cost me more time
as using mc -> find files and them the F4 (edit).
Now I can do it with a script when needed.


---
Ron




More information about the User mailing list