Ask a Question related to PHP Development, Design and Development.
-
X-Istence #1
Re: Shortcuts/aliases/sym-links?
Dan Phiffer wrote:
Well unix symlinks are made with ln -s /path/to/file, and a symlink to> Has anybody out there written code to facilitate the maintanance
> (reading/resolving, writing) of Windows's shortcuts, Mac OS's aliases, or
> Unix's symbolic links? I couldn't find anything in the File System section
> of PEAR, but maybe there's other code out there for this sort of thing? Or
> maybe something built into the core language that I'm not aware of?
>
> Thanks for any pointers,
> -Dan
>
>
that file will be placed in the dir that command is run in.
Just use the backticks "`" to execute it.
Also look at "man ln" on Linux.
X-Istence Guest
-
re-using aliases in SELECT
Hi all, I want to receive some calculated fields in a SELECT statement, of which some are made with results of previous calculations, like: ... -
RFC: field::aliases
This package works with 'fields' to make object instance variables even easier to work with, while still validating them at compile time. I'm... -
Aliases in Perl?
Hi, Are there 'aliases' in perl? For example, if I have a Korn shell script and a function named "increaseCost()", I can do this: "alias... -
IP-Addresses and aliases
Hi I know it is possible to give a netadapter a ip-alias. But it is possible to take the original ip-address from one subnet and the alias from... -
?Hard links, Soft links, & Aliases--Explain
Hi All, Could some knowledgeable UNIX type please explain the differences between hard links, soft links, and traditional Mac aliases. Responses...



Reply With Quote

