LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-23-2004, 10:51 PM   #1
Gag Halfrunt
LQ Newbie
 
Registered: Nov 2004
Distribution: Mandrake/Knoppix
Posts: 24

Rep: Reputation: 15
Making bash shortcuts, like ~ for Home


~ in bash is a shortcut for /home. How can I make others?

For example, I have a text file called phone.txt. Instead of things like "/mnt/hda2/txt/phone.txt", can I just type "ph"? (I know it's an odd question, but I want to have it so I can just enter "grep ph Melissa" and have it print "Melissa - 1234 5678".)
 
Old 12-23-2004, 11:00 PM   #2
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
The tilde shorthand notation is built-in to bash, so you can't really create equivalents to that, but you can use aliases, like this:

alias ph="/mnt/hda2/txt/phone.txt"

This only works for executable files, as far as I know. For normal files, though, you might just create a symbolic link to the file you want to use, like this:

ln -s /mnt/hda2/txt/phone.txt ~/ph

That'll create a file called 'ph' in your home directory that links directly to /mnt/hda2/txt/phone.txt. Then you can do things like 'grep Melissa ~/ph'.
 
Old 12-24-2004, 12:00 AM   #3
akudewan
Member
 
Registered: Apr 2004
Location: India
Distribution: Ubuntu
Posts: 364

Rep: Reputation: 31
You can make simple shellscripts to do the task for you. I am not skilled in making shellscripts, but I have a few shellscripts that I use as "shortcuts".

Last edited by akudewan; 12-24-2004 at 12:02 AM.
 
Old 12-24-2004, 03:26 PM   #4
C0NIk
LQ Newbie
 
Registered: Oct 2003
Posts: 25

Rep: Reputation: 15
or you can make a shortcut by adding /etc/bashrc

vi /etc/bashrs -- > then add

alias not useful if your system not up all the time cause when you reboot you have to add all your shortcuts again

thanks
 
Old 12-24-2004, 03:53 PM   #5
rhettmaxwell
LQ Newbie
 
Registered: Apr 2004
Posts: 20

Rep: Reputation: 0
you can create an environment variable for this.

from the shell you can type the following
export ph=/mnt/hda2/txt/phone.txt

now your grep command will look something like this:

grep $ph Melissa

you could also create an alias for the above grep command

alias phone='grep -i $ph'

then, if you wanted to lookup melissa's phone number you could do the following

phone melissa

-rhett
 
Old 12-24-2004, 04:28 PM   #6
C0NIk
LQ Newbie
 
Registered: Oct 2003
Posts: 25

Rep: Reputation: 15
nice answer

Last edited by C0NIk; 12-24-2004 at 04:31 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Making Shortcuts on Desktop fclnewark Linux - Newbie 5 11-07-2005 02:22 PM
IceWM- making shortcuts krajzega Linux - Software 1 01-20-2004 08:38 PM
Making desktop shortcuts to scripts? lokis_trickster Slackware 5 01-15-2004 01:12 PM
Making Shortcuts In Gnome jlacroix Fedora 4 01-04-2004 07:42 PM
making shortcuts yeahoo7 Linux - General 1 06-11-2003 11:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration