keysubtracter
keysubtracter copied to clipboard
Fixed Range subtraction only
Hi , is this possible to use it for fixed range subtraction only from given file or if a feature can be added. Like i have a file containing line separated values like 50 , 70 , 100 , 260 , 345 etc. Then the program simply picks these numbers and returns only K-50 , k-70 , k-100 , k-260 , k-345 etc. Without knowing its bitrange -b 120 etc in account. It just takes value from files and returns file with subtracted values.
Yes i also was thinking in such tool, but i think that it will be a separated file, letme think how i can add it without lose the main goal of the program
regards!