find ./ -type f | awk -F . '{print $NF}' | sort --unique
recursively list files by specific extensionfind . -type f -iname "*.css"
recursively delete them
find . -name "*.html" -type f -delete
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd
No comments:
Post a Comment