Skip to main content

Questions tagged [dotfiles]

The tag has no usage guidance.

91 votes
5 answers
9k views

Windows Unable to Delete ._. File

I currently have a file on the root of my external hard drive simply named ._., which I am guessing was added to my hard drive after using it on my MacBook a while ago. I'm trying to delete this file ...
Mike Koch's user avatar
  • 1,421
29 votes
3 answers
13k views

Hide dotfiles in Windows

Is there a way to have Windows automatically hide any file that is dot prefixed (e.g. ".svn"), as it's done in Linux?
mgbowen's user avatar
  • 393
10 votes
2 answers
2k views

Can I keep . and .. out of .* expansion?

I often find it annoying (or worse) when I type command .* in bash and the command applies to the parent directory and current directory. Is there some shell option or other configuration I can ...
David Z's user avatar
  • 6,765
66 votes
8 answers
27k views

How can I make "ls" show dotfiles first?

Somewhere along the way I screwed up my ls command and now I get this ordering when running $ ls -AhHl --color=auto -rwxr-xr-x 1 clang clang 640 Mar 1 02:46 apple-touch-icon-precomposed.png -rwxr-...
clang1234's user avatar
  • 887
4 votes
1 answer
2k views

In Linux, what dot- files & directories should I back up?

At the moment, I am using rsync to backup my /home directory. At the moment, I am excluding some 'dot directories' like ~/.cache, ~/.mozilla, etc. The problem with this is that most of the time spent ...
Jeremy's user avatar
  • 345