forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eselect-news: add page (tldr-pages#13925)
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# eselect news | ||
|
||
> An `eselect` module for reading Gentoo news items. | ||
> Note: Portage will print a notice when a repository is synchronized and there are unread news items. | ||
> More information: <https://wiki.gentoo.org/wiki/Eselect#News>. | ||
- List available news items with their numbers (all by default): | ||
|
||
`eselect news list {{all|new}}` | ||
|
||
- Print the specified news items: | ||
|
||
`eselect news read {{number1 number2 ...}}` | ||
|
||
- Print all unread news items: | ||
|
||
`eselect news read` | ||
|
||
- Mark the specified news items as unread: | ||
|
||
`eselect news unread {{number1 number2 ...}}` | ||
|
||
- Delete all read news items: | ||
|
||
`eselect news purge` | ||
|
||
- Print the number of available news items (new by default): | ||
|
||
`eselect news count {{all|new}}` |