Lines Matching full:unix

2 #   of VMS and Unix file specification syntax.
10 VMS::Filespec - convert between VMS and Unix file specification syntax
16 $vmsspec = vmsify('/my/Unix/file/specification');
18 $path = pathify('my:[VMS.or.Unix.directory]specification.dir');
19 $dirfile = fileify('my:[VMS.or.Unix.directory.specification]');
20 $vmsdir = vmspath('my/VMS/or/Unix/directory/specification.dir');
21 $unixdir = unixpath('my:[VMS.or.Unix.directory]specification.dir');
22 candelete('my:[VMS.or.Unix]file.specification');
30 Unix syntax when processing file specifications. This is useful when
33 ability to easily concatenate Unix-style specifications). In
49 Unix syntax, and returns the converted file specification, or C<undef>
100 feature is enabled, this implies that the Unix pathname cannot have
104 Unix style shell macros like C<$(abcd)> are passed through instead
106 feature setting. Unix style shell macros should not use characters
111 characters in Unix filenames are encoded in VTF-7 notation in the resulting
115 original Unix file specification, so programs should not plan to convert
116 a file specification from Unix to VMS and then back to Unix again after
121 Converts a file specification to Unix syntax. If the file specification
122 cannot be converted to or is already in Unix syntax, it will be passed
134 When Perl is being run under a Unix shell on OpenVMS, the defaults at
139 a valid Unix file specification. Also, directory file specifications
144 the conversion routine cannot differentiate whether the last C<.> of a Unix
149 a file specification from VMS to Unix and then back to VMS again after
157 likewise for Unix syntax (Unix paths are guaranteed to end with '/').
160 F<.DIR;1>. For compatibility with Unix usage, the type and version
169 specification does, too; likewise for Unix syntax. As with
179 Acts like C<pathify>, but insures the returned path uses Unix syntax.
203 It will always return a Unix format specification.
208 Unix format specification. It is not available on non-VMS systems.