Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Coding Data
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Line: 16 to 19 | ||||||||
Comments | ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Line: 42 to 46 | ||||||||
Before getting too carried away, I wanted to reconnoiter the first column of the FINALS.xlsx spreadsheet since it seemed to have the most diverse assortment of information in it. | ||||||||
Changed: | ||||||||
< < | Here are some command-line operations I performed in Terminal.app on the Mac after selecting the first column of FINALS.xlsx and copying to the clipboard:
More... Close <--/twistyPlugin twikiMakeVisibleInline--> Scale of stuff to look atpbpaste | cat | wc 65536 9807 101150
Scale of unique stuffpbpaste | cat | sort | uniq -c | wc 967 2571 14253
The unique stuffpbpaste | cat | sort | uniq -c | less
The unique stuff of likely interest that isn't a problem numberpbpaste | cat | grep '^[A-Z]' | sort | uniq -c | less
Check the other stuffpbpaste | cat | grep -v '^[A-Z]' | sort | uniq -c | less
<--/twistyPlugin--> | |||||||
> > | Here are some command-line operations I performed in Terminal.app on the Mac after selecting the first column of FINALS.xlsx and copying to the clipboard: | |||||||
-- DickFurnas - 2009-09-18 | ||||||||
Line: 114 to 69 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|