version(1) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

version(1)

version(1)                       User Commands                      version(1)



NAME
       version - display version identification of object file or binary

SYNOPSIS
       version   filename [filename filename  ... ]


       version -p  command [ command command  ... ]

DESCRIPTION
       The version command displays the version of the named file(s).

USAGE
       Type: version  filename or version -p  command.


       filename  (or  a  list  of  file names) is either a full path to a file
       starting with /, or a relative path starting from  the  current  direc‐
       tory.


       Alternatively,  use  the -p option to search the current $PATH for com‐
       mand (or a list of commands) and display it's version string.


       You can also use the cc, CC, and f95 compiler's -V  option  to  display
       directly  the version ID of the various executables that operate during
       a compilation session.

EXAMPLES
       In the following examples, path must give  the  full  pathname  to  the
       file(s).

         version  /path/f95 /path/prod/iropt



       Or use the -p option to find a command on the current $PATH:

         version -p  cc CC f95 dbx


NOTES
       The  version  command seeks and displays any string of ASCII characters
       following the @(#)RELEASE VERSION string. This string should  be  in  a
       #pragma ident, for example:

         #pragma ident @(#)RELEASE VERSION 8.2



       The version information string following this version-key string can be
       any sequence of printable characters terminated by a NEWLINE or NULL.


       To see a list of the Oracle Developer Studio  components  installed  on
       your  system, use the package command that is appropriate for your sys‐
       tem.


       For example, to see which package contains the cc binary  use  commands
       like this:

       Solaris 10    pkgchk -l -p /path/to/.../bin/cc


       Solaris 11    pkg search -lp /path/to/.../bin/cc


       Linux         rpm -qf /path/to/.../bin/cc



       To see which Oracle Developer Studio packages are installed on the sys‐
       tem:

       Solaris 10    pkginfo | grep SPRO


       Solaris 11    pkg list | grep -i studio


       Linux         rpm -qa | grep solstudio | head




Studio 12.6                       March 2016                        version(1)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3