Tools, tools and more tools
Ξ April 5th, 2009 | → 0 Comments |
∇ Tools | ∇ Command, Development, Tools |

credit: tanakawho
The other day I exchanged a couple emails with two friends (him and him) about development tools. That made me think about those other development tools that end-up being use once every two or three months:
- valgrind suite is composed of some awesome tool, the ones that I use more are memcheck and callgrind,
- ldd is very useful to understand what library you are missing
- xmllint is perfect to do simple XML validations against XSD or DTD
- tidy is useful to beatify that XML contents that after manual edition tend to get misaligned
- vimdiff created a dual-panel diff (similar to tkdiff) in a vim environment
- cut select a range of characters per line (i.e. a column) for a specified file
Some of these and many more where found on a very interesting site (which I use regularly) called Command-line-fu.






