GNU Core Utilities - Support: sr #110881, Strange beaviour of tail
You are not allowed to post comments on this tracker with your current authentication level.
sr #110881: Strange beaviour of tail
Submitter: | None | ||
Submitted: | Wed 17 May 2023 07:53:17 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Severity: | 3 - Normal | Status: | None |
Privacy: | Public | Assigned to: | None |
Originator Email: | -email is unavailable- | Open/Closed: | Open |
Operating System: | GNU/Linux |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Powered by Savane 3.12.
Corresponding source code
Tai version 8.3 on slackware 15.0, i've this error
echo Mylongstring | tail -c +2
tail: cannot open '+2' for reading: No such file or directory
echo Mylongstring | tail -c -2
g
(it works)
Is this a bug?