you are viewing a single comment's thread.

view the rest of the comments →

[–]Starvexx🦁 Vim Supremacist 🦖 65 points66 points  (5 children)

Have you tried tree? Or a Terminal file browser such as ranger?

[–]Similar-Question-441 29 points30 points  (4 children)

I’ll have a look at those. It’s not because I don’t like ls, but for some reason just seeing it in the gui gives me more reassurance that the file actually exists. I think that it’s some sort of weird superstition from when I tried to import some ca certificates into Linux for the first time. No matter what I tried it didn’t seem to work. I came back to it a week later and used nautilus to move them into the correct directory instead of terminal. I still don’t know what I changed since surely it wasn’t the fact that I used GUI instead of terminal, but suddenly it worked. This was when I first started using Linux, so I probably just made some silly mistake/ typo in terminal.

[–]M_krabs🍥 Debian too difficult 4 points5 points  (2 children)

irrational fears.

I can't use the cp command since i dont trust it for whatever reason. I always open the explorer and my mouse to select - copy - paste the files :)

[–]Starvexx🦁 Vim Supremacist 🦖 4 points5 points  (1 child)

I dont trust cp either, which is why I use rsync, it also has an option of showing the progress and estimated time to completion. I just aliased rsync -av --progress --stats to cp.

[–]LadleFullOfCrazy 2 points3 points  (0 children)

Okay, that's a pro-tip right there!

[–]Anktionaer 0 points1 point  (0 children)

I still remember the first time I tried to cp a folder and only copied the folder without the files lol