$> colordiff file1 file2
$> diff -u file1 file2 | colordiff
$> diff fileA fileB | vim -R -
$> vim -d fileA fileB
$> vimdiff fileA fileB fileC fileD
$> colordiff file1 file2
$> diff -u file1 file2 | colordiff
Sub HyperAdd()
'Converts each text hyperlink selected into a working hyperlink
For Each xCell In Selection
ActiveSheet.Hyperlinks.Add Anchor:=xCell, Address:=xCell.Formula
Next xCell
End Sub
<table style="background-color: #f3f3f3; font-family: Courier New, Courier, monospace; width:100%"> <tbody> <tr> <td> |
<<FullSearch(regex:'tag:')>> |
ebdev11:shell_scripts$ find . -iname "*pl" -exec grep -l "anyone" '{}' \; -print ./run_bioconcepts_incremental.pl ./run_bioconcepts_incremental.pl ./perl/test_GTRLB.pl ./perl/test_GTRLB.pl ./update_HPO.pl ./update_HPO.pl |