While I am using portsnap now for years, I was looking for a supression of the output that portsnap produce. So I was looking for something like
During
which I run afterwards to understand if I need to start
-q (quiet) . Instead I found a -I switch which produces only the index. I wonder why would I use that switch/option ? What is the benefit ?During
portsnap update I don't care, what packages/ports are updated as I do have an alias
Bash:
chkpkg='pkg version -vl "<"'
portmaster. So is there a quick way to supress the output of portsnap lines with all the package names ?