/my_bash

compilation of simple bash scripts I use

Primary LanguageShellMIT LicenseMIT

Financial

  • pdf to text - converting pdf files to text files using pdftotext and combine to one file
  • pdf to csv - converts .pdf or .PDF to a line in a csv file using pdftotext, adds the filename to row as first column.
  • list the headers - creates a list in a text file of the headers (first row) of a csv file
  • find missing consecutive numbers - when the first column has rows numbered consecutively but some numbers are missing and you want to find which numbers are missing and how many missing numbers there are. video link

ffmpeg scripts