Shell scripts with a bunch of nice code snippets that might help you on your everyday tasks... Or not.
Developed to solve a problem with files containing special latin characters, that got broken when loaded in a Ubuntu Server. It converts the files to a given charset.
- iconv
- array manipulation
Developed to configure a PostgreSQL table, inserting / deleting lines according to the user's desire.
- postgresql-client commands
- sed
- array manipulation
- change string case