LoginSignup
16
15

More than 5 years have passed since last update.

cpコマンドで不可視ファイルまでコピーする

Posted at

hogeフォルダの中に.htaccessとかがあった場合以下だと.htaccessなどは含まれない

$ cp -r hoge/* 対象のフォルダ

以下だと大丈夫

$ cp -r hoge/. 対象のフォルダ
16
15
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
16
15