NAME

svc - display selected entries from /etc/services

SYNOPSIS

  svc [-... | -help | -Version] <service1> ... <serviceN>

DESCRIPTION

svc pulls out info from /etc/services for specified port numbers. The service numbers are looked up in the file and lines with matching service numbers are displayed.

This only matches on port numbers, not on any other part of the entries.

Note: This functionality can be accomplished with somewhat more complicated shell commands. This script just makes it easy.

OPTIONS

svc takes the following options:

COPYRIGHT

Copyright 2018 Wayne Morrison. All rights reserved.

SEE ALSO

services(5)

AUTHOR

Wayne Morrison, wayne@waynemorrison.com

LICENSE

Copyright 2018 Wayne Morrison

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.