File: .resolvepathes.t

package info (click to toggle)
libgetopt-argvfile-perl 1.11-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 347; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

# same directory
-file1
./file1

# one level up
-file2
../file2

# same file
-file2
./../file2

# back to first file (relative to *this* file!!)
-file1
../././t/file1

# now, for a nested option file (relative to *this* file!!)
@././././.resolvepathes2.t