Mike Holloway
6a57064a74
echo vs printf for proper delimiter? Let's find out
3 years ago
Mike Holloway
fb583285e5
Even more IFS-array finagling
3 years ago
Mike Holloway
f71987d044
More IFS-in-array finagling
3 years ago
Mike Holloway
528bb7def0
IFS work for comma delimited arrays
3 years ago
Mike Holloway
16a6db49d9
whoops wrong bracket type.
3 years ago
Mike Holloway
2f5be070c8
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Temp csv file (re)integration
3 years ago
Mike Holloway
e21989a5c3
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
mdls_properties is accumulating values. Working on resetting
per-file
3 years ago
Mike Holloway
60568fe7a8
Changing how mdls_properties is passed to output.
3 years ago
Mike Holloway
021d7c695a
Deref'd when I should have ref'd.
3 years ago
Mike Holloway
316f57e41f
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Constructing mdls_properties array.
3 years ago
Mike Holloway
8d391800d6
Using the wrong array reference syntax? Let's find out
3 years ago
Mike Holloway
d602c76796
....?
3 years ago
Mike Holloway
dbfe55872f
Do I have it?
3 years ago
Mike Holloway
1fd34742fe
Still getting duplicate keys. Investigating.
3 years ago
Mike Holloway
3ac7a29917
Teasing out duplicate key...
3 years ago
Mike Holloway
018d832456
Further clarification of mdls_properties list.
3 years ago
Mike Holloway
7d82f754db
Debugging duplicate MDLS Column names
3 years ago
Mike Holloway
6f6fedcb95
Reintroducing filter
3 years ago
Mike Holloway
191d690603
Investigating main for loop and evocation of mdls_per_file
3 years ago
Mike Holloway
71e228c6c2
Iteration errors? Getting duplicate MDLS property column names?
3 years ago
Mike Holloway
2a491037a0
Improving debug output for mdls values as prepared for csv lines
3 years ago
Mike Holloway
05c46480fa
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Important to note - macOS `md5` the checksum is field 4
whereas Linux `md5sum` the checksum is field 1
3 years ago
Mike Holloway
329f3a71ff
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Select the correct md5sum field with awk.
3 years ago
Mike Holloway
986aada28f
Passing arguments to write_per_file
3 years ago
Mike Holloway
30d39a1060
Whoops, then I forgot I need dummy output for write_per_file!
3 years ago
Mike Holloway
bbc0007917
Whoops, empty function.
3 years ago
Mike Holloway
c9d13e3a25
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Moving csv file preparation outside per-file loop.
3 years ago
Mike Holloway
f32e7b9242
On branch rewrite-2022-03-26
...
Changes to be committed:
modified: hash-files
Removing functions, refactoring, testing
3 years ago
Mike Holloway
271b922f1d
On branch parse-mdls
...
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: .env.default
Adding default keys_of_interest value and cautions/explanations
3 years ago
Mike Holloway
1b6e51ef70
More do-nothing function fixes
3 years ago
Mike Holloway
7d671bccc0
Whoops, do-nothing function called.
3 years ago
Mike Holloway
e012a9b50f
On branch parse-mdls
...
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Write csv columns to csv file.
3 years ago
Mike Holloway
fe2d738b42
On branch parse-mdls
...
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Added array delimiter replacement for csv-formatted output
3 years ago
Mike Holloway
5b81d72b2b
On branch parse-mdls
...
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Drafting CSV format
3 years ago
Mike Holloway
d6bc8b84b3
On branch parse-mdls
...
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Added effective test for mdls_key in keys_of_interest.
3 years ago
Mike Holloway
2729af8349
Making carriage-return IFS global rather than subfunction specific
3 years ago
Mike Holloway
2da31a5355
Debugging mdls_files filter functionality
3 years ago
Mike Holloway
bf5ad573a2
Re-arranging grep in mdls_files if statement
3 years ago
Mike Holloway
e6e16d19cd
Whoops, wrong brackets; changed '{}' to '()'
3 years ago
Mike Holloway
fc2dae9e56
On branch parse-mdls
...
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Added default keys_of_interest array
Added output filter functionality leveraging keys_of_interest
3 years ago
Mike Holloway
8a9f48481f
On branch parse-mdls
...
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Integrated functionality from mdls-parse subfunction into
mdls_files
deleted: mdls-parse
Deleted; Integrated into hash-files
3 years ago
Mike Holloway
62f093dd89
Superflous k issue debugged - output is direct from `mdls` where 'k' is
...
introduced
3 years ago
Mike Holloway
6d20ec3a3c
Debugging superflouous 'k' in output.
3 years ago
Mike Holloway
9c1dbe5860
Trying to eliminate superfluous 'k' before mdls_key variable output
3 years ago
Mike Holloway
9ad239a3dd
Adding variables to printf command
3 years ago
Mike Holloway
2d210310b7
On branch parse-mdls
...
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: mdls-parse
Instantiating variables for mdls key,value pairs.
3 years ago
Mike Holloway
16ba557fd6
Whoops - `cut` not `split`
3 years ago
Mike Holloway
119db85b3a
Add `cut` command using '=' as delimiter.
3 years ago
Mike Holloway
9c02331baa
Setting IFS for proper loop output
3 years ago
Mike Holloway
4f391a62bd
for loop echoing mdls output
3 years ago