Closed shimizu123321 closed 3 years ago
スペースの位置が分かりづらく申し訳ございません。 .UPFで終わるファイルを全てコピーしたいということでしょうか?? 下記のようにします。
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.
ありがとうございました。無事コピーできました。
いつもお世話になっております。 初歩的な質問ですみませんが、ご著書通りにコマンドを入力したのですが、以下のエラーが出ました。/前後にスペースを入れるべきか省くべきかの問題かと思いますが、ご教授いただけますか?
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