with the following command:
find /tmp -depth -name file
I get the:
/tmp/file
/tmp/test_file/file
But what I need to add to find command in order to get the following print?
file=/tmp/file
file=/tmp/test_file/file
|
with the following command:
I get the:
But what I need to add to find command in order to get the following print?
| |||
|
feedback
|
|
Maybe with the
| |||||
feedback
|