- Install p7zip
sudo apt install p7zip-full - command:
7z d 5039629.zip 5039629/\*.tifwill delete all TIFF files from archive5039625.zip.
Delete all the TIFF and JP2 files from all of the zipfiles in the working directory.
library(tools)
es -a-d abc
es -ad abc
es -path "c:" abc
| pacman::p_load( | |
| readr, | |
| dplyr, | |
| stats, | |
| ggplot2, | |
| scales, | |
| RColorBrewer, | |
| htmlTable, | |
| RCurl, | |
| reshape2, |
| sudo find /Volumes/Macintosh\ HD/Applications/ -iname "*.app" > ~/Desktop/applicationsListing.txt | |
| sed "/.*app.*app/d" ~/Desktop/applicationsListing.txt > ~/Desktop/applicationsListing.txt |
exiftool -imageDescription="EV photographs Tibetan book. #photogrammetry #imagingServices #Harvard #Library" imaging_0063.jpg
Re:
--w 2option: Substitute2with the number of cols you'd like on theindex.htmlpage
llgal --clean ; llgal --exif --tx 350 --ty 350 --u --w 2 --p 25 --n --ad --cf --title "Webpage title"
llgal --clean ; llgal --exif ImageSize,FileSize,BitsPerSample,ColorComponents,YResolution,XResolution,MIMEType,ResolutionUnit,ICCProfileName,PhotometricInterpretation --tx 350 --ty 350 --u --w 4 --p 25 --n --ad --cf --title "Picturae" --li
| gm convert <filename>.jpg -format histogram <filename>.txt |
| find . -type f -exec md5sum '{}' \; > md5sum_20191017.txt |
| #!/bin/sh | |
| # Note: this script uses exiftool | |
| # init a couple of variables | |
| ICC="" | |
| COLORMODE="" | |
| EXT="tif" | |
| while [ $# -gt 0 ] | |
| do |