(not set) | |
Blog | (not set) |
Website | (not set) |
2
score
|
Unhide all hidden files in the current directory.$ find . -maxdepth 1 -type f -name '\.*' | sed -e 's,^\./\.,,' | sort | xargs -iname mv .name name |