VirtualTam's bookmarks

  1. $ mvn help:all-profiles $ mvn help:active-profiles $ mvn help:active-profiles -P profile1 -P profile2

  2. Context: replace spaces by dashes in a script-generated HTML file's links

    1awk -F\' 'm = /a href/ { gsub(/ /,'-',$2); print$1'\''$2'\''$3} !m {print $0}'
    
  3. Awesome thread! The topvoted comments show extremely good - yet simple - reasons to become a unit test maniac ;-)

    See also: