ディレクトリごとコピーをしたいときに使えるLinuxコマンド
$ cp -r [コピーしたいディレクトリ] [コピーしたいディレクトリの場所]
$ cp -r app /Users/******```
こんな感じでコマンドを実行するとappというディレクトリが/User/******の中にコピーされる。
Go to list of users who liked
More than 3 years have passed since last update.
ディレクトリごとコピーをしたいときに使えるLinuxコマンド
$ cp -r [コピーしたいディレクトリ] [コピーしたいディレクトリの場所]
$ cp -r app /Users/******```
こんな感じでコマンドを実行するとappというディレクトリが/User/******の中にコピーされる。
Register as a new user and use Qiita more conveniently
Go to list of users who liked