Skip to content

AdailCarvalho/utils.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ShellScript utility snippets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages