Help for this page

Select Code to Download


  1. or download this
    sub resolve_envs {
        my ($path) = @_;
    ...
        $path =~ s/\\\$/\$/g;
        return $path;
    }
    
  2. or download this
    set playground="${HOME}/playground"
    set file1=${playground}'/fi$le1'
    ...
    mkdir -p ${playground}
    touch ${file1}
    touch ${file2}