Different subsets in the same directory

2011-06-27 Thread Cecil Westerhof
Say I have 5 sets of shell-scripts (A, B, C, D and E). On one computer I want all in ~/bin, on another I want A and B in ~/bin, on another I want A, C and D in ~/bin, etc. Is there a best practise to do this, or should I make several sub-directories in ~/bin? -- Cecil Westerhof Senior Software En

Re: Different subsets in the same directory

2011-06-30 Thread Tino Schwarze
On Mon, Jun 27, 2011 at 09:11:46PM +0200, Cecil Westerhof wrote: > Say I have 5 sets of shell-scripts (A, B, C, D and E). On one computer > I want all in ~/bin, on another I want A and B in ~/bin, on another I > want A, C and D in ~/bin, etc. > Is there a best practise to do this, or should I make