Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 531 Bytes

File metadata and controls

19 lines (12 loc) · 531 Bytes

utils.sh

Shell scripts with a bunch of nice code snippets that might help you on your everyday tasks... Or not.

charset-conv.sh

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

createbots.sh

Developed to configure a PostgreSQL table, inserting / deleting lines according to the user's desire.

  • postgresql-client commands
  • sed
  • array manipulation
  • change string case