Help for this page

Select Code to Download


  1. or download this
    platform/process/src/../../data/test.dat
    
  2. or download this
    platform/data/test.dat
    
  3. or download this
    $ readlink -f /tmp/platform/process/src/../../data/test.dat
    /tmp/platform/process/data/test.dat
    
  4. or download this
    platform/process/src/../../data/test.dat
    
  5. or download this
    platform/process/data/test.dat
    
  6. or download this
    $ perl -MCwd=realpath -le'print realpath $ARGV[0]' \
        /tmp/platform/process/src/../../data/test.dat
    /tmp/platform/process/data/test.dat