0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GNU coreutils > cp > symbolic linkとなっているディレクトリを通常ディレクトリとしてコピー > cp -Lr srcdir dstdir

Last updated at Posted at 2018-01-25
動作環境
Xeon E5-2620 v4 (8コア) x 2
32GB RAM
CentOS 6.8 (64bit)
openmpi-1.8.x86_64 とその-devel
mpich.x86_64 3.1-5.el6とその-devel
gcc version 4.4.7 (とgfortran)
NCAR Command Language Version 6.3.0
WRF v3.9を使用。
Python 2.6.6 (r266:84292, Aug 18 2016, 15:13:37) 
Python 3.6.0 on virtualenv
GNU coreutils 8.4

処理とコマンド

  • srcdirというディレクトリがsymbolic link
  • dstdirという通常ディレクトリとしてコピーしたい

参考: https://superuser.com/questions/216919/how-to-copy-symlinks-to-target-as-normal-folders

$cp -Lr srcdir dstdir

man

       -L, --dereference
              always follow symbolic links in SOURCE

記憶の宮殿

L⇔R(エルアール)は、日本の音楽バンド。

KNOCKIN' ON YOUR DOORのサビを頭に思い浮かべながら作業する。

explainshell.com

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?