> > I knew this once before, but forgot :-( > > > > How do I implement my own command line "commands"?? > > > > Ie; use "mflash" to perform "mount -t msdos /dev/nftla1 /flash" > > export mflash = 'mount -t msdos /dev/nftla1 /flash' > > I believe this can also be saved in .profile as well.
In my book, that defines an environment variable I suggest appending the following line to /etc/profile: alias mflash="mount -t msdos /dev/nftla1 /flash" Then backup etc.lrp Cheers Alex ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
