Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Forum Issues => Forum Suggestion & News => Topic started by: monaej on January 07, 2010, 04:27:34 PM

Title: create commands
Post by: monaej on January 07, 2010, 04:27:34 PM
i want to create my own commands in Linux .what should i do fr this ?
Title: Re: create commands
Post by: bilkay on January 20, 2010, 10:51:18 PM
You can define your commands as functions in your .bashrc file.

yourcommand ()
{
  stuff to do
}