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