Software Salariman

Nuts and bolts about programming applications, databases and spreadsheets. Note: Comments are moderated to filter comment spam. Mobile version

2011-04-16

Running Batch Files in Vim Ex-Mode

›
To modify a file using vim in ex-mode, you should be able to do this: vim -esn < modify.ex File.txt . The -esn option starts vim in ex-mo...
2011-03-26

Configure NetBeans to Statically Link MinGW C & C++ Libraries

›
Installed MinGW g++ 4.5.2 and got the following Windows error when trying to run a C++ program I just compiled: The program can't start ...
2 comments:
2011-03-05

Leading Semicolon Comments a Line in CMD FOR /F

›
I wondered why the following CMD script was not processing some lines ... for /f %a in (test.txt) do @echo %a ... with this sort of test ...
2011-02-12

Negate Numbers as String in Gawk

›
I had to negate numbers in a data file. My initial script simply negated the required field. Here a test: gawk "{ print -$1 }"...
‹
›
Home
View web version

About Me

Temporary
View my complete profile
Powered by Blogger.