Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] replacing symbolic links
- To: tlug@example.com
- Subject: Re: [tlug] replacing symbolic links
- From: Viktor Pavlenko <vvp@example.com>
- Date: Fri, 8 Mar 2002 06:52:05 -0500
- Content-transfer-encoding: 7bit
- Content-type: text/plain; charset=us-ascii
- In-reply-to: <20020308113811.46602.qmail@example.com>
- References: <20020308113811.46602.qmail@example.com>
$ cat >a abc $ ln -s a b $ ls -l a b -rw-rw-r-- 1 vik vik 4 Mar 8 06:49 a lrwxrwxrwx 1 vik vik 4 Mar 8 06:49 b -> a $ cp --remove-destination `readlink b` b $ ls -l a b -rw-rw-r-- 1 vik vik 4 Mar 8 06:49 a -rw-rw-r-- 1 vik vik 4 Mar 8 06:50 b hth Viktor >>>>> "HA" == Hector Akamine <hector_aka@example.com> writes: HA> Hi, HA> Is there any command to replace the symbolic link to a HA> file with the real file (i.e., delete the symbolic HA> link to the file and then copy the file to the HA> directory)? HA> Thanks in advance
- References:
- [tlug] replacing symbolic links
- From: Hector Akamine
Home | Main Index | Thread Index
- Prev by Date: [tlug] replacing symbolic links
- Next by Date: [tlug] problem with guestbook?
- Previous by thread: [tlug] replacing symbolic links
- Next by thread: [tlug] problem with guestbook?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links