質問編集履歴
2
ターミナルの内容を追加しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,3 +3,53 @@
|
|
3
3
|
Windows のコマンドプロンプトでは「cd Desktop¥ファイル名」でできたのですが、Macのターミナルの方でも同じように移動するには何と入力すればよろしいでしょうか。
|
4
4
|
|
5
5
|
「cd ~/Desktop/フォルダ名」で入力してもファイルがないと言われました。
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
(tf140) bash-3.2$ cd Desktop
|
10
|
+
|
11
|
+
bash: cd: Desktop: No such file or directory
|
12
|
+
|
13
|
+
(tf140) bash-3.2$ cd Desktop orido.ai
|
14
|
+
|
15
|
+
bash: cd: Desktop: No such file or directory
|
16
|
+
|
17
|
+
(tf140) bash-3.2$ open orido.ai
|
18
|
+
|
19
|
+
(tf140) bash-3.2$ cd Dedktop orido.ai
|
20
|
+
|
21
|
+
bash: cd: Dedktop: No such file or directory
|
22
|
+
|
23
|
+
(tf140) bash-3.2$ cd Desktop/ orido.ai
|
24
|
+
|
25
|
+
bash: cd: Desktop/: No such file or directory
|
26
|
+
|
27
|
+
(tf140) bash-3.2$ ls
|
28
|
+
|
29
|
+
019 秋セメ 広瀬研ゼミ日程.docx
|
30
|
+
|
31
|
+
191126
|
32
|
+
|
33
|
+
A0ポスター.pdf
|
34
|
+
|
35
|
+
orido.ai
|
36
|
+
|
37
|
+
testBarnacle.csv
|
38
|
+
|
39
|
+
(tf140) bash-3.2$ cd デスクトップ orido.ai
|
40
|
+
|
41
|
+
bash: cd: デスクトップ: No such file or directory
|
42
|
+
|
43
|
+
(tf140) bash-3.2$ cd デスクトップ/orido.ai
|
44
|
+
|
45
|
+
bash: cd: デスクトップ/orido.ai: No such file or directory
|
46
|
+
|
47
|
+
(tf140) bash-3.2$ cd desktop orido.ai
|
48
|
+
|
49
|
+
bash: cd: desktop: No such file or directory
|
50
|
+
|
51
|
+
(tf140) bash-3.2$ pwd
|
52
|
+
|
53
|
+
/Users/mamikohirose2/Desktop
|
54
|
+
|
55
|
+
(tf140) bash-3.2$
|
1
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|