Author: d. vena
Date: 25-06-04 00:39
in the article:
---
The recommended way of doing this is to redirect the output of pkg_version -cv'<' to a file and edit the contents so that it contains the ports you wish to update.
---
this returns an invalid option error. the correct way to do this is with pkg_version -cvl'<'
the "l" option tells pkg_version to limit output to packages with the status flag within the quotes, in this case '<'
|
|