3 lines
92 B
Bash
3 lines
92 B
Bash
|
|
# apt install tree
|
||
|
|
tree -P '*.rs' -I 'target|*.lock' --prune | grep -v '[0-9] directories$'
|