How to list contents my present directory but only show the absolute file path and name?
0
votes
1
answer
46
views
I have an alias:
alias lp=find $(pwd)
I would like this to be similar to ls and ll (list path) but this command searches through every directory instead of my present working directory.
I would mostly pipe this with grep but for now, I just want to get the command to display what I want.
Any help is greatly appreciated!
Asked by echo_LOGNAME
(1 rep)
Jul 29, 2021, 07:40 PM
Last activity: Jul 29, 2021, 07:57 PM
Last activity: Jul 29, 2021, 07:57 PM