That prints an empty string (no error message) whenever any non-final path component is non-existent or unreadable (due to permissions).#!/usr/bin/perl use Cwd qw/abs_path/; print abs_path( $_ ) for ( @ARGV );
In reply to Re^3: 2 sed problems
by graff
in thread Yet another substitution problem
by Amphiaraus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |