An easy way to list the installed ports in FreeBSD in chronological order (most recent first):
|
1 |
ls -latT /var/db/pkg | less |
An easy way to list the installed ports in FreeBSD in chronological order (most recent first):
|
1 |
ls -latT /var/db/pkg | less |