mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
eselect-news: add page (#13925)
This commit is contained in:
parent
b93c5aa0fd
commit
b9e40d2009
1 changed files with 29 additions and 0 deletions
29
pages/linux/eselect-news.md
Normal file
29
pages/linux/eselect-news.md
Normal file
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue