15 Reputation Points
Ranked #2K
- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #72.7K
~978 People Reached
- Interests
- Microcontrollers, IoT, Embedded, SoC
- PC Specs
- MacBook Pro
Favorite Forums
Programming x 1
Linux and Unix x 1
Favorite Tags
shell-scripting x 1
Re: Try drawing a simple [flow chart](https://en.wikipedia.org/wiki/Flowchart). Simple boxes with a two connection points and contain no more than a single sentence expressing a step. Arrows move from one step to the next. If you have to repeat something, think about what decision would cause you to go back. Draw a … | |
Re: Perhaps unreadable, but quick/easy/works -- you just have to master Perl5 perl -ne '$R{$1,$2}++ if m/^(\d+:\d+:\d+)[.]\d+;(\d+)$/; END{ for $tv (keys %R) { ($t,$v)=split($;,$tv); printf "%s occured at %s %d times\n",$v,$t,$R{$tv};}}' FILENAME |