• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Using a shell as a file browser !

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Originally posted by: pitupepito2000
n0cmonkey, I personally find that the "-i" option has saved my a** many times, that I would have overwritten files that I didn't want to overwrite. I alsmost see it as a must, otherwise whithout it the changes that you made by mistake are permanent 🙁

Definitely. And it would save my butt a few times. But it gets annoying. My opinion on it not being the default is only for me. And although I may look down on bash, I won't look down on people for using the -i option. 😉
 
Originally posted by: drag
Another thing I do to make Gnome's filemanager more command line friendly is I delete the stupid Dekstop folder, and go "ln -s Desktop ~/" So that my desktop is the same folder as my home folder. That makes things easier for me.
While I rather like the Desktop folder myself, if you want it this way you can set the /apps/nautilus/preferences/desktop_is_home_dir gconf key to True. Then you won't even need the symlink.
 
Originally posted by: n0cmonkey
Originally posted by: pitupepito2000
n0cmonkey, I personally find that the "-i" option has saved my a** many times, that I would have overwritten files that I didn't want to overwrite. I alsmost see it as a must, otherwise whithout it the changes that you made by mistake are permanent 🙁

Definitely. And it would save my butt a few times. But it gets annoying. My opinion on it not being the default is only for me. And although I may look down on bash, I won't look down on people for using the -i option. 😉

You're right, it does get annoying if you are removing/copying/etc a lot of files or a folder full of files. In that case what I like to use is "yes | rm -r folder" or "yes n | rm -r folder" lol
 
Back
Top