in reply to Re^2: Wildcard in a hash
in thread Grep asterisk sign in input file
Steps (1) type command to source the script, perl <path of the script> -input <path of the input> -waiver <path of the waiver> -output <path of the output> (2) Script will be activated, and read through input file and waiver.csv, to generate a filtered input to output path (3) Data in waiver.csv will be stored in hash, with the ports/pins name and the threshold target are the both of the strings which can be used to check if any matched in input file, if yes, then check if the adjusted threshold value lower or equal to the target threshold in input file, if yes, status change from violated to waived (4) output file will be the same as input file, unless the conditions mentioned in (3) are fulfilled.
I think i wasn't clear enough.
If I give you a piece of paper with three four lines of input on it, what would you do to create the final list on another piece of paper? What is every single step you would take?
Grab some pen/paper and actually physically perform this task, then write down every action, every step, leave nothing out, and post those steps here
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Wildcard in a hash
by DespacitoPerl (Acolyte) on Jul 27, 2017 at 04:57 UTC | |
by AnomalousMonk (Archbishop) on Jul 27, 2017 at 06:38 UTC | |
by Anonymous Monk on Jul 27, 2017 at 09:47 UTC |