2 lines
106 B
Bash
2 lines
106 B
Bash
|
|
find . -maxdepth 1 -type f -exec echo -e "\n=== {} ===\n" \; -exec cat {} \; | xclip -selection clipboard
|