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
I would like to show hidden files paths, but I don't know how to do so.
I already read about #25 which shows how to find the file name even if it's hidden, but that shows only the name and not the path.
According to #25 :
% tag -Aetm blah .
.d3 blah
d1 blah
foo blah
% tag -f blah .
path.../d1
path.../foo
What I would like to use is something like '-fA'
$ tag -fA blah
path/to/.d3
path/to/d1
path/to/foo
The text was updated successfully, but these errors were encountered:
I would like to show hidden files paths, but I don't know how to do so.
I already read about #25 which shows how to find the file name even if it's hidden, but that shows only the name and not the path.
According to #25 :
What I would like to use is something like '-fA'
The text was updated successfully, but these errors were encountered: