
dot_clean
List of commands for dot_clean:
-
dot_clean:tldr:16d77 dot_clean: Only delete `._*` files if there's a matching native file.$ dot_clean -n ${path-to-directory}try on your machineexplain this command
-
dot_clean:tldr:4fea6 dot_clean: Don't recursively merge all `._*` in a directory (flat merge).$ dot_clean -f ${path-to-directory}try on your machineexplain this command
-
dot_clean:tldr:92a93 dot_clean: Merge and delete all `._*` files.$ dot_clean -m ${path-to-directory}try on your machineexplain this command
-
dot_clean:tldr:e9172 dot_clean: Follow symlinks.$ dot_clean -s ${path-to-directory}try on your machineexplain this command
-
dot_clean:tldr:f5610 dot_clean: Print verbose output.$ dot_clean -v ${path-to-directory}try on your machineexplain this command
-
dot_clean:tldr:f7872 dot_clean: Merge all `._*` files recursively.$ dot_clean ${path-to-directory}try on your machineexplain this command