Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lifeparticle/9192249 to your computer and use it in GitHub Desktop.
Save lifeparticle/9192249 to your computer and use it in GitHub Desktop.
টার্মিনাল কমান্ড বাংলায় (Termianl Commands in Bangla)
// Author Shouro and Mahbub
// 24 February, 2014
alias লিস্ট='ls'
alias ঢুকি='cd'
alias দেখ='vim'
alias কপি='cp'
alias মুছ='rm'
alias পুস্তিকাবানাও='mkdir'

For Mac

The following command will append the code in your .bash_profile file

$ echo alias ঢুকি='cd' >> .bash_profile

To see the changes

$ cat .bash_profile

Now try the bangla command in a new Terminal window

Video https://www.youtube.com/watch?v=_uBdt6DcU5E

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment