Tagged Questions
1
vote
3answers
788 views
/usr/share/zoneinfo epic fail [closed]
I have just, in my groggy morning state, reversed & confused the arguments to ln, replacing /usr/share/zoneinfo/America/Toronto with a link to the non-existant /etc/localtime, when I really wanted ...
0
votes
5answers
306 views
shell script to link specific files up one level
I've got a folder that's got a whole lot of folders inside, which each contain a movie file. Now I want to be able to see all these movies at one time (but I have to preserve the folder structure) so ...
0
votes
2answers
84 views
Unable to make symlinks effectively with target files of the same names
I have a list of dotFiles at my workarea. For example, .bashrc and .vimrc.
I want to make a symlinks from them to my Home such that their names are the same as in my workarea -folder.
My attempt in ...