Bash scripting notes

Skip to end of metadata
Go to start of metadata

Adding aliases

  • tomcat .bash_profile
  • jboss .bash_profile

Find and delete all .svn directories

  • The -type d specifies only directories.

Find and delete all .gitignore files

  • The -type f specifies only files.

Serve the current directory at http://localhost:8000/

Quickly backup or copy a file

Quickly rename a file

Matt's Traceroute

Lists all listening ports together with the PID of the associated process

Convert png to ico

  • Require ImageMagick to be installed
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.