shortcuts


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers shortcuts
# 8  
Old 08-03-2006
shortcuts

That was amazing it works !!!. Thanx to you i can now have shortcuts to the long pathnames where i can run my scripts
# 9  
Old 08-03-2006
If using bash or ksh, you could also set the CDPATH built-in variable in your .profile. This is a colon-separated list of directories in which the shell looks for destination directories specified by the cd command.

e.g. in your .profile...
Code:
export CDPATH='.:/sampledata/IFS/IFS_DEV/HDC/files'

So if you now type at the prompt...
Code:
cd glitter

...you will go to /sampledata/IFS/IFS_DEV/HDC/files/glitter
# 10  
Old 06-06-2008
Do I have to source it every time I use a terminal?Or just for the terminal that were already running when I modified the .profile file?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Ubuntu

Problem creating Desktop shortcuts through Debian dpkg installer scripts

Hi, I am creating a debian package (*.deb) for my application using the command I am using debian pre/post installer scripts to do certain tasks before/after installation/uninstallation. One such task is to create a shortcut on the user's desktop to launch my application. I am trying to do this... (0 Replies)
Discussion started by: royalibrahim
0 Replies

2. UNIX for Dummies Questions & Answers

How to change Firefox keyboard shortcuts

Hi board! Can anybody tell me how to configure the Keyboard shortcuts of Firefox? I know that there is an extension called keyconfig and I used it with Firefox 1.0 but I it wasn't updated since 2005 or something. I also had a closer look at about:config but didn't find anything. My Google... (7 Replies)
Discussion started by: schallstrom
7 Replies

3. Shell Programming and Scripting

GVIM keyboard shortcuts

Hi all, I am new to linux, can anybody send any link for "GVIM" keyboard shortcuts. (1 Reply)
Discussion started by: balaramaiah.t
1 Replies

4. UNIX for Dummies Questions & Answers

Linking Files in UNIX (shortcuts)

Hello, Can anyone tell me how I can make a file link or shortcut in UNIX 4.0, several file links where damaged during an outage examples below. Examples: file -> file libX11.so -> /usr/shlib/libX11.so.pre.O3D All of the file links that were damaged were in /shlib and point to... (3 Replies)
Discussion started by: jays337
3 Replies
Login or Register to Ask a Question