Home
|
Projects
|
Services
|
Contact
tags: Bash
Verify Integrity of Videos Files With FFmpeg
Feb 2020
Using ffmeg to verify the integrity of video files. Parallelized by using GNU parallel, filesnames of problematic files are written to a text file. #!...
Useful Commands for the Terminal
Feb 2019
Snippets of commands I use occasionally and tend to forget. Gets updated. Count files in a directory ls -1 . | wc -l Count files in a directory recurs...
Tips for Bash Scripts
Dec 2018
Bash Shell Scripting is powerful way of automating shell commands. But its syntax is archaic so it’s hard to remember everything. In this blog p...