Query: file::path::expand
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
File::Path::Expand(3pm) User Contributed Perl Documentation File::Path::Expand(3pm)NAMEFile::Path::Expand - expand filenamesSYNOPSISuse File::Path::Expand; print expand_filename("~richardc/foo"); # prints "/home/richardc/foo"DESCRIPTIONFile::Path::Expand expands user directories in filenames. For the simple case it's no more complex than s{^~/}{$HOME/}, but for other cases it consults "getpwent" and does the right thing.AUTHORRichard Clamp <richardc@unixbeard.net>COPYRIGHTCopyright (c) 2003, Richard Clamp. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself. perl v5.8.8 2006-06-02 File::Path::Expand(3pm)
Related Man Pages |
---|
findrule(1p) - debian |
file::find::rule::procedural(3) - osx |
file::find::rule::procedural(3) - centos |
parse::debian::packages(3pm) - debian |
text::glob(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Detecting unused variables... |
One instance of comparing grep and awk |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |