Scripting or Batch file writing in Ubuntu

-------------------------------------------------------------------------------------

Good Links

1. link

2. link

Then run worker from command prompt. Then in Launcher right click worker and choose Lock to Launcher

-------------------------------------------------------------------------------------

export PATH=$PATH:bin

Adds bin to the PATH.

-------------------------------------------------------------------------------------

alias q='gedit'

q is now a hotkey for gedit.

-------------------------------------------------------------------------------------