How to output relative paths? #1321
-
Why this command doesn't output relative paths (without |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can remove the first fd -g '*' --base-directory /tmp
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much! |
Beta Was this translation helpful? Give feedback.
You can remove the first
/tmp
to get your desired output:fd -g '*' --base-directory /tmp
--relative-path
is the default so you don't need to specify it explicitly.