ichibha / setupMaezono

6 stars 3 forks source link

擬ポテンシャルのコピー(p.89) #11

Closed shimizu123321 closed 3 years ago

shimizu123321 commented 3 years ago

 いつもお世話になっております。  初歩的な質問ですみませんが、ご著書通りにコマンドを入力したのですが、以下のエラーが出ました。/前後にスペースを入れるべきか省くべきかの問題かと思いますが、ご教授いただけますか?

maezono@DESKTOP-KV9KL02:~$ cp ~/ work / 01 tryout /. UPF ~/ work /02 calibCond /. cp: -r not specified; omitting directory '/home/maezono/' cp: -r not specified; omitting directory 'work' cp: -r not specified; omitting directory '/' cp: cannot stat '01': No such file or directory cp: cannot stat 'tryout': No such file or directory cp: cannot stat '/.': No such file or directory cp: cannot stat 'UPF': No such file or directory cp: -r not specified; omitting directory '/home/maezono/' cp: -r not specified; omitting directory 'work' cp: cannot stat '/02': No such file or directory cp: cannot stat 'calibCond': No such file or directory

ichibha commented 3 years ago

スペースの位置が分かりづらく申し訳ございません。 .UPFで終わるファイルを全てコピーしたいということでしょうか?? 下記のようにします。

スペースは1つで良いですが分かりやすさのために4スペースにしてます。

cp ~/work/01tryout/*.UPF ~/work/02calibCond/.

1/9/21 22:50、shimizu123321 notifications@github.comのメール:

 いつもお世話になっております。  初歩的な質問ですみませんが、ご著書通りにコマンドを入力したのですが、以下のエラーが出ました。/前後にスペースを入れるべきか省くべきかの問題かと思いますが、ご教授いただけますか?

maezono@DESKTOP-KV9KL02:~$ cp ~/ work / 01 tryout /. UPF ~/ work /02 calibCond /. cp: -r not specified; omitting directory '/home/maezono/' cp: -r not specified; omitting directory 'work' cp: -r not specified; omitting directory '/' cp: cannot stat '01': No such file or directory cp: cannot stat 'tryout': No such file or directory cp: cannot stat '/.': No such file or directory cp: cannot stat 'UPF': No such file or directory cp: -r not specified; omitting directory '/home/maezono/' cp: -r not specified; omitting directory 'work' cp: cannot stat '/02': No such file or directory cp: cannot stat 'calibCond': No such file or directory

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ichibha/setupMaezono/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJZHF6KBBQSLRRIULT3IDUTSZEPX5ANCNFSM4V4DAHKQ.

shimizu123321 commented 3 years ago

 ありがとうございました。無事コピーできました。