Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Range subtraction only #3

Open
vishal2241 opened this issue Apr 8, 2021 · 1 comment
Open

Fixed Range subtraction only #3

vishal2241 opened this issue Apr 8, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vishal2241
Copy link

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.

@albertobsd albertobsd self-assigned this Apr 8, 2021
@albertobsd
Copy link
Owner

albertobsd commented Apr 8, 2021

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!

@albertobsd albertobsd added the enhancement New feature or request label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants