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 1 year has passed since last update.

Linuxコマンド忘却禄

Last updated at Posted at 2023-07-11

参考URL
http://www.redout.net/data/command.html

cp -r A B

cpコマンドは、ファイルをコピーするためのコマンド
cp -r A B でディレクトリをコピーする
cpコマンドはディレクトリのコピーには適しているが、
大量のデータや階層構造の複雑なディレクトリの場合は、
rsyncコマンドなどを使用する

rsync [オプション] 同期元 [同期先]
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?