v l c whatchamacallit

Paul Merrell marbux at gmail.com
Wed Dec 10 19:40:55 UTC 2014


On Wed, Dec 10, 2014 at 8:08 AM, Shlomi Fish <shlomif at shlomifish.org> wrote:

> Use the "alias" command:
>
> [QUOTE]
>> get_title
> Atomic Kitten- The Tide is High-EPFk0X1p2fs.flv
>> gt
> Error in `gt' libvlc's "gt" is not a command
> Unknown command `gt'. Type `help' for help.
>> alias gt get_title
>> gt
> Atomic Kitten- The Tide is High-EPFk0X1p2fs.flv
>>
> [/QUOTE]
>
> I don't see a way to make it permanent at startup except by using something
> like:

Search your file system for a file named .bashrc (note the leading
period). Usually this will be in your /home/username directory.  Add
your aliases to this file. It is read into your bash shell's allocated
memory any time you start a bash session. If you change or remove some
aliases during the current session, you can reload the .bashrc back
into the session with:

  source ~/.bashrc

There is a quick overview here:
<https://www.digitalocean.com/community/tutorials/an-introduction-to-useful-bash-aliases-and-functions>.

Best regards,

Paul




More information about the Blinux-list mailing list