rsync -avS --progress -h fromPath/fileToCopy destPath/
Code language: Bash (bash)
Tag Archives: file
How can I in Bash find files between two timestamps?
find . -type f -newermt “2014-10-08 10:17:00” ! -newermt “2014-10-08 10:53:00”
How can I show thumbnails in explorer of SVG files?
There is this explorer extention:
https://github.com/tibold/svg-explorer-extension/releases
File association
Change file association for a file type in Windows
assoc .pkg=”pathtoexefile”