We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b874f4 commit 295ae76Copy full SHA for 295ae76
tests/gnu/L_printf_types.out
@@ -0,0 +1,17 @@
1
+(links) () d d
2
+(links/broken) (nowhere) l N
3
+(links/deeply) () d d
4
+(links/deeply/nested) () d d
5
+(links/deeply/nested/broken) (nowhere) l N
6
+(links/deeply/nested/dir) () d d
7
+(links/deeply/nested/file) () f f
8
+(links/deeply/nested/link) () f f
9
+(links/file) () f f
10
+(links/hardlink) () f f
11
+(links/notdir) (symlink/file) l N
12
+(links/skip) () d d
13
+(links/skip/broken) (nowhere) l N
14
+(links/skip/dir) () d d
15
+(links/skip/file) () f f
16
+(links/skip/link) () f f
17
+(links/symlink) () f f
tests/gnu/L_printf_types.sh
@@ -0,0 +1 @@
+bfs_diff -L links -printf '(%p) (%l) %y %Y\n'
0 commit comments