To the Top
File:  root - diary - 2008 - 2008-12 - 2008-12-19_02.11AM.html
Tags: 计算机, Computing, | English | Home Page | Category: Computing | 20770 Views, 43996 Search Bots | 303 Words

Subscribe to Feed Burner | Browse | Archive

Power of windows command shell

I managed to use just pure windows command shell scripting to process around 500M text data ....
pure means not external exe/com files needed,,, just windows built-in commands (e.g. for, call, if ... )
amazing,,, windows scripting (*.bat, *.cmd) can just do almost anything... it is as powerful as linux shell script...

ok ,, here is the task....
there is a csv file,, let's say A.csv, which contains something like this...
1 5 2 18 0 24 18 0 54
2 5 3 18 1 14 18 1 44
3 5 4 18 2 2 18 2 36
4 5 5 18 3 1 18 3 31
5 5 6 18 4 0 18 4 45
6 5 7 18 5 10 18 5 59
7 5 8 18 6 19 18 7 6

...
...
the first column is id
the second is x co-ordinate
the third is y co-ordinate
and the rest are
start-hour,
start-minute,
start-second,
end-hour,
end-minute,
end-second

the first job would be list all the files following this pattern "EOS20081217hmshms" between the intervals recording by A.csv
for example,
18 0 24 18 0 54

you need to get the list of files between EOS2008121800.spa to EOS2008180054.spa (files exist and in this time interval)

what is spa file ?
a spa file is a text file ...
i've got few thousands of them...
we are only interested in part of spa file... say from line 564 to 1114
they look something like this.
P_0=-131.268000 , 3524.995001 MHz
P_1=-127.844000 , 3524.995019 MHz
P_2=-135.736000 , 3524.995037 MHz
P_3=-135.956000 , 3524.995055 MHz
P_4=-137.352000 , 3524.995073 MHz
P_5=-135.692000 , 3524.995091 MHz
...
...
ok,,, among this data,,, we need to find out the maximum value of the first number right after "=" among these numbers..
in P_0 to P_5,, the maximum value is -127.844000

after that,,, we need to list these max numbers into B.csv
1 5 2 16 -58.06 -56.756 -55.236 -56.464 -56.264 -56.348 -56.228 -56.456 -56.092 -57.02 -56.688 -56.48 -57.82 -55.792 -54.372 -56.616

each row of B.csv would be in the format of

id, x, y, number of spa files, max value of spa file1, max value of spa file2 ... ...

that is it,,, not an easy job, right? :)

hint: for statement is very power,,, just few "FOR" does the job!
Tags: 计算机, Computing, | English | Home Page | Category: Computing | 20770 Views, 43996 Search Bots | 303 Words Subscribe to Feed Burner

Related Articles

  1. Daily Interview Problem: First Missing Positive Integer
  2. Algorithm Interview: No Adjacent Repeating Characters
  3. Algorithm Interview: Smallest Number that is not a Sum of a Subset of List
  4. [Daily Problem] Angles of a Clock
  5. Sorting a list with 3 unique numbers
  6. Design Tic-Tac-Toe
  7. Daily Interview Puzzle: Minimum Size Subarray Sum
  8. Daily Interview Problem: Largest Product of 3 Elements I
  9. Daily Interview Problem: Spiral Traversal of Grid
  10. [Daily Problem] Add two numbers as a linked list

Comments (0)

    Be the first one to comment this page !


Page Edited: October 30 2020 14:21:09 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />