Help for this page

Select Code to Download


  1. or download this
    abs_path () {
      perl -MCwd=abs_path -lE 'say abs_path( $_ ) for @ARGV' "$@"
    }