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

Seq: Implement -f option #127

Open
marcospb19 opened this issue Sep 5, 2020 · 0 comments
Open

Seq: Implement -f option #127

marcospb19 opened this issue Sep 5, 2020 · 0 comments
Labels
A-tool Area: Binary tool C-enhancement Category: An issue proposing an enhancement or a Pull Request with one. Hacktoberfest Hacktoberfest

Comments

@marcospb19
Copy link
Contributor

marcospb19 commented Sep 5, 2020

Is your feature request related to a problem? Please describe.
Our seq doesn't implement -f option, but it is necessary to be considered completed.

Describe the solution you'd like
Add a flag -f based on this:

seq [OPTION]... FIRST INCREMENT LAST

-f, --format=FORMAT
use printf style floating-point FORMAT.

FORMAT must be suitable for printing one argument of type 'double'; it defaults to %.PRECf if FIRST, INCREMENT, and LAST are all fixed point decimal numbers with maximum precision PREC, and to %g otherwise.

@marcospb19 marcospb19 added the C-enhancement Category: An issue proposing an enhancement or a Pull Request with one. label Sep 5, 2020
@GrayJack GrayJack added the Hacktoberfest Hacktoberfest label Oct 3, 2020
@GrayJack GrayJack added the A-tool Area: Binary tool label Dec 28, 2020
@GrayJack GrayJack reopened this Dec 29, 2020
@GrayJack GrayJack mentioned this issue Dec 30, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tool Area: Binary tool C-enhancement Category: An issue proposing an enhancement or a Pull Request with one. Hacktoberfest Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants