You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find xxx -name \*.gcda -type f -o type l
does return :
- all files with the .gcda suffix
- all symbolic links
the updated command line now returns
- all files with the .gcda suffix
- all symbolic links with the .gcda suffix
Signed-off-by: Gilles Gouaillardet <[email protected]>
0 commit comments