Pario TechnoBlob
About
Posts
Posts
Delete all newlines from a file
tr -d '\n' < file
Translate uppercase characters to their corresponding lowercases
cat file| tr 'A-Z' 'a-z'
File integrity
A script using bash and md5sum to keep track of file integrity. # Change the separator to allow for filenames containing spaces # (the default is " \t\n", which...
Script to download pictures from camera and rename them etc
download photos from camera and sort them by date of day in folders remove possible duplicates if I did not erase camera images since last download convert RAW/NEF images to a...
««
«
1
2
3
…
113
114
115
…
126
»
»»