How can I paste the path to a file or folder into the terminal. When I try to do this, it pastes the path as file:///home/user/path/file
. How can I make it paste as a normal path. Guake terminal does this but sometimes I find it is better to use a normal terminal.
Asked
Active
Viewed 271 times
0

kiri
- 28,246
- 16
- 81
- 118
-
1paste from where? – psukys Aug 23 '13 at 07:56
-
1For clipboard solution on gnome-terminal see: http://askubuntu.com/questions/225666/copy-file-and-folder-path-from-nautilus – Takkat Aug 23 '13 at 08:00
1 Answers
1
Click and drag it into the terminal, you will see it as:
mehmet@mehmet-ThinkPad-W530:~$ '/home/mehmet/Desktop/tsm'

kiri
- 28,246
- 16
- 81
- 118

mehmet demir
- 26
- 1