0

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.

kiri
  • 28,246
  • 16
  • 81
  • 118

1 Answers1

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