Cynosure.X International LLC

: :

Add Comment | Related Links | TrackBack
Related Content

AbsoluteName.sh (GPL)

AbsoluteName.sh is a Bourne shell script that returns the absolute path name to the file or directory you specify.

AbsoluteName.sh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site.

Usage

AbsoluteName.sh "directory"
or
AbsoluteName.sh "file"

Examples

: AbsoluteName.sh .wine
/home/chieh/.wine

: AbsoluteName.sh ../../../../../etc
/etc

: AbsoluteName.sh .ssh/known_hosts
/home/chieh/.ssh/known_hosts

: AbsoluteName.sh .
/home/chieh/.

Attached File: AbsoluteName.sh (714 B)

Chieh Cheng
Tue, 04 Nov 2008 21:20:43 +0000

In the original version of AbsoluteName.sh above, it generates absolute path names with relative directories (. and ..). For example:

: AbsoluteName.sh .
/home/chieh/.

: AbsoluteName.sh ../..
/home/chieh/Desktop/KDE Die/..

Technically, it is still a valid absolute path. But it makes grabbing directory names a pain.

This new version of AbsoluteName.sh (attached below) is a cleaner program and it provides absolute path without relative directories. For example:

: AbsoluteName.sh .
/home/chieh

: AbsoluteName.sh ../..
/home/chieh/Desktop/KDE Die

By the way, the path presented to AbsoluteName.sh must be an existing path. It's meaningless to acquire an absolute path to something that is non-existant, as operating system redirection can be used to create the final materialized path.

Attached File: 1 - AbsoluteName.sh (642 B)

Chieh Cheng
Fri, 26 Feb 2010 23:18:41 +0000

Add Comment | Related Links | TrackBack
Related Content

Did your message disappear? Read the Forums FAQ.

Add Comment

Spam Control | * indicates required field
Your Name: *
E-mail:
Remember Me!
Comment: *
File attachment is optional. Please do not attach a file to your submission unless it is relevent.
Attach File:
(20 MB Max)
Spam Protection: * Answer of 6 + 0?
Click button only once, please!

TrackBack

TrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites.

Send Ping | TrackBack URL | Spam Control

No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here.

Messages, files, and images copyright by respective owners.

Products | Services
Forums | Latest | RSS
Library | Search | Wiki
Help | Licenses

Login | Register

192 Users Online

Hacking Digital Cameras
Fun for Photographers



Amazon Associate

Copyright © 1996 - 2024. All Rights Reserved.