Mike Green's Little Helpers |
![]() |
||
Excel 97+To check datasource on a pivot table - cursor selected part of pivot table - select vba edit - Immediate window type: ?ActiveCell.PivotTable.PivotCache.Connection To change datasource - remove ? and enclose changed connection in double quotes |
|||
find |
Unixfind . -name '*.c' -print -exec grep whatever {} \; |
||
parameter expansion |
${#var} {var##pattern} if pattern matches start of value {var%%pattern} if pattern matches end of value |
||
sed |
sed '/TRL/d' file > file1.tmp |
||
AWK |
awk -f BIssr.awk PG=60 AC=$ACCOUNT DT=$PRINT_DATE BI${ACCOUNT}ssr.txt >/tmp/BI
"BIssr.awk" [Read only] 23 lines, 605 characters |
||
bookmarkelets |
Javascript"javascript:t='
|
||