Is the behavior of .*
to include .
and ..
defined in LSB or POSIX or some other specification?
I have for many years had my entire $HOME
directory checked into subversion. This has included all my dotfiles and application profiles, many scripts, tools and hacks, my preferred basic home directory structure, not a few oddball projects and a warehouse worth of random data. This was a good thing. While it lasted.
I need to iterate through every file inside a directory. One common way I saw was using the for loop that begins with for file…
I want to back-up all files from my laptop partitions to external HDD.